diff options
Diffstat (limited to 'testing/urlwatch/APKBUILD')
-rw-r--r-- | testing/urlwatch/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/urlwatch/APKBUILD b/testing/urlwatch/APKBUILD index e4bd2d7bdb..6f9f5345e2 100644 --- a/testing/urlwatch/APKBUILD +++ b/testing/urlwatch/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=urlwatch -pkgver=1.15 -pkgrel=1 +pkgver=1.17 +pkgrel=0 pkgdesc="A tool for monitoring webpages for updates" url="http://thpinfo.com/2008/urlwatch/" arch="noarch" @@ -35,4 +35,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="a0a739d4ea18f15c121e5f12bb75cbc9 urlwatch-1.15.tar.gz" +md5sums="fb15ca7d3723e3a385ee149d9b19c262 urlwatch-1.17.tar.gz" +sha256sums="006f04c124cf3dace3d071921e5ed452f6fbd463495bc8aa7879b915407c88f6 urlwatch-1.17.tar.gz" +sha512sums="67026913083fcc99e99cfb33a31873ac48a2ee69db34b8c13fcccc3bdd051787954cfbf3d3ef73a331c03540e254f53ba6d2661967f89de204798aaf35033cd0 urlwatch-1.17.tar.gz" |