We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd5aff commit 104f0abCopy full SHA for 104f0ab
PKGBUILD
@@ -3,15 +3,15 @@
3
4
pkgname=py3status-http-monitor
5
pkgdesc="Python module for py3status to monitor http services"
6
-pkgver=0.1.3
+pkgver=0.1.4
7
pkgrel=1
8
arch=('any')
9
license=('MIT')
10
depends=('python' 'py3status')
11
makedepends=('python-setuptools')
12
url="https://github.com/mcgillij/py3status-http-monitor"
13
-source=("https://github.com/mcgillij/py3status-http-monitor/releases/download/0.1.3/py3status-http-monitor-0.1.3.tar.gz")
14
-md5sums=('781bf0e383ac3dd101e153a50447fb56')
+source=("https://github.com/mcgillij/py3status-http-monitor/releases/download/0.1.4/py3status-http-monitor-0.1.4.tar.gz")
+md5sums=('666bc96b49619ca34d7b5ce82245c0dd')
15
16
build() {
17
cd "$srcdir/$pkgname-$pkgver"
0 commit comments