diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-23 13:51:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-29 06:07:14 +0000 |
commit | c13d5170055b1f5e48dc587238df73d0daaa4f75 (patch) | |
tree | f064ec777cb436361b32e33bfa372017c460b576 /testing/urlwatch/APKBUILD | |
parent | d43e19bb0bb311f0efa6e6a3322915bc4b5b0d72 (diff) | |
download | aports-c13d5170055b1f5e48dc587238df73d0daaa4f75.tar.bz2 aports-c13d5170055b1f5e48dc587238df73d0daaa4f75.tar.xz |
testing/urlwatch: upgrade to 1.17
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" |