diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-06 14:28:54 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-06 18:03:24 +0100 |
commit | dc600e9e5b3487c7aaa13a66547f79b541263e66 (patch) | |
tree | 9ee134583fa16a6cc8da000b91811638ee2bbef4 /community/devhelp | |
parent | 9287e42c1bf211bf622a8a21e4ec60456979a498 (diff) | |
download | aports-dc600e9e5b3487c7aaa13a66547f79b541263e66.tar.bz2 aports-dc600e9e5b3487c7aaa13a66547f79b541263e66.tar.xz |
community/devhelp: upgrade to 3.36.0
Diffstat (limited to 'community/devhelp')
-rw-r--r-- | community/devhelp/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/devhelp/APKBUILD b/community/devhelp/APKBUILD index c6e3a39264..a2cb77dc86 100644 --- a/community/devhelp/APKBUILD +++ b/community/devhelp/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=devhelp -pkgver=3.34.0 -pkgrel=2 +pkgver=3.36.0 +pkgrel=0 pkgdesc="API documentation browser for GTK+ and GNOME" url="https://wiki.gnome.org/Apps/Devhelp" arch="all" @@ -32,4 +32,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="34ed48ed323827b01f7d32e186da856c788ddfe37d6836082a81e6c8e4cd7bfc2265309cc3b298a0aea542b85e9261987d47a5a4396d865ec7e4cc13a9d05814 devhelp-3.34.0.tar.xz" +sha512sums="20018675471c1259198ca2067debc43ed8b45878bb1b7ea8c4f8217aa1e2fda24191e6fd244eeee9509c7c6e297215d4e7fcdd96033eb325deb81daa9234cdd4 devhelp-3.36.0.tar.xz" |