diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-11-25 20:39:53 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-11-27 08:22:15 +0000 |
commit | c914cdbb6dfcea5afbc9355bb3586200516de773 (patch) | |
tree | 3e37d04c6f76077647f2c85172c47b67d1799437 | |
parent | 2f620d205ed0f9072bbd7714b5ec1b7bf6911c12 (diff) | |
download | aports-c914cdbb6dfcea5afbc9355bb3586200516de773.tar.gz aports-c914cdbb6dfcea5afbc9355bb3586200516de773.tar.bz2 aports-c914cdbb6dfcea5afbc9355bb3586200516de773.tar.xz |
community/devhelp: upgrade to 3.38.1
-rw-r--r-- | community/devhelp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/devhelp/APKBUILD b/community/devhelp/APKBUILD index 98153aacd3..de16fa900e 100644 --- a/community/devhelp/APKBUILD +++ b/community/devhelp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=devhelp -pkgver=3.38.0 +pkgver=3.38.1 pkgrel=0 pkgdesc="API documentation browser for GTK+ and GNOME" url="https://wiki.gnome.org/Apps/Devhelp" @@ -26,4 +26,4 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="18531c87e413fa247340f058fad98c1125844d18961c9f8f1d15bd3a649ed2aae5594c1626c95dd7e2c774ea8d5be2581f26135d97523c524d621893e26c76c7 devhelp-3.38.0.tar.xz" +sha512sums="bcdd61cd822ae3fbe2c9542c09d058760fc1fa0bbbd55b1fc0853b4fdbf1c3856d4fed8f2263f94f41096cbdc0a76394773d43a9072d8aa89274fa61a3c2a430 devhelp-3.38.1.tar.xz" |