Skip to content

Commit f6c9782

Browse files
committed
updates for py3status3.62
1 parent 45217b4 commit f6c9782

File tree

3 files changed

+23
-539
lines changed

3 files changed

+23
-539
lines changed

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pkgname=py3status-http-monitor
55
pkgdesc="Python module for py3status to monitor http services"
6-
pkgver=0.1.7
6+
pkgver=0.1.8
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python-poetry' 'python-build' 'python-installe
1212
url="https://github.com/mcgillij/py3status-http-monitor"
1313
#source=("py3status_http_monitor-$pkgver.tar.gz")
1414
source=("https://github.com/mcgillij/py3status-http-monitor/releases/download/$pkgver/py3status_http_monitor-$pkgver.tar.gz")
15-
md5sums=('a2a2fd23f96f21932dd358446c8f692e')
15+
md5sums=('c423e3df8cf78e379455ffcf20ae1f5c')
1616

1717
build() {
1818
cd "$srcdir/py3status_http_monitor-$pkgver"

0 commit comments

Comments
 (0)