diff options
author | ptrcnull <git@ptrcnull.me> | 2023-05-03 12:04:58 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2023-05-03 10:21:37 +0000 |
commit | b1421e5fb622ac73dc9ff2d9c47bbaff7865c5e0 (patch) | |
tree | ad91fccabd5c6649451b99b4dc63c5d21f92c53e | |
parent | 54865183c4b1300c485d52d05091375e96487065 (diff) |
testing/urlwatch: upgrade to 2.28
-rw-r--r-- | testing/urlwatch/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/urlwatch/APKBUILD b/testing/urlwatch/APKBUILD index 955cbcd5a49..fb1c3173820 100644 --- a/testing/urlwatch/APKBUILD +++ b/testing/urlwatch/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Thiago Perrotta <tbperrotta@gmail.com> # Maintainer: Thiago Perrotta <tbperrotta@gmail.com> pkgname=urlwatch -pkgver=2.25 -pkgrel=3 +pkgver=2.28 +pkgrel=0 pkgdesc="Tool for monitoring webpages for updates" url="https://thp.io/2008/urlwatch/" arch="noarch !ppc64le" # blocked by py3-keyring @@ -35,5 +35,5 @@ package() { } sha512sums=" -af14c5b4e11345e56e6f326c114629f1e074215d6cc66d9c642424b2a689dc80339157f1b2547fdbe7b7a13d520e2b83bf23c7477da4ae4e43d108e6452624ca urlwatch-2.25.tar.gz +21a662006dc92c0c636ef0beebc4f2ec90b82182aa0ba94a3348026c2c001b6d74198a14c198f681c8e773b640b6030b63de1a081984ea4d1bbc1e2648bc4161 urlwatch-2.28.tar.gz " |