Skip to content

Commit 104f0ab

Browse files
committed
update to python 3.10
1 parent bdd5aff commit 104f0ab

File tree

3 files changed

+174
-152
lines changed

3 files changed

+174
-152
lines changed

PKGBUILD

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

44
pkgname=py3status-http-monitor
55
pkgdesc="Python module for py3status to monitor http services"
6-
pkgver=0.1.3
6+
pkgver=0.1.4
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
1010
depends=('python' 'py3status')
1111
makedepends=('python-setuptools')
1212
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')
13+
source=("https://github.com/mcgillij/py3status-http-monitor/releases/download/0.1.4/py3status-http-monitor-0.1.4.tar.gz")
14+
md5sums=('666bc96b49619ca34d7b5ce82245c0dd')
1515

1616
build() {
1717
cd "$srcdir/$pkgname-$pkgver"

0 commit comments

Comments
 (0)