Skip to content

Commit 5c15bdb

Browse files
committed
update PKGBUILD
1 parent 332c51c commit 5c15bdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.5
6+
pkgver=0.1.6
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=('229c54c94c7b6105aea2135fe79809ec')
15+
md5sums=('cc691f3e7ea1e000f453776d47f2330a')
1616

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py3status-http-monitor"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "py3status http monitor show the status of http endpoints"
55
authors = ["mcgillij <mcgillivray.jason@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)