diff options
author | Biswapriyo Nath <nathbappai@gmail.com> | 2024-03-28 05:59:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2024-03-28 13:21:50 +0000 |
commit | 6fffe2d6fdbb447b0f75cb17d1fd40e2861d156b (patch) | |
tree | b6d0914f3504e737ab1aca8da10c61290e4f9d93 | |
parent | 5047e3a639a0324a337bf68792ee3421747cd50f (diff) | |
download | aports-6fffe2d6fdbb447b0f75cb17d1fd40e2861d156b.zip |
community/atkmm: upgrade to 2.28.4
-rw-r--r-- | community/atkmm/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/atkmm/APKBUILD b/community/atkmm/APKBUILD index 0a12652a49e..b95ba9d23af 100644 --- a/community/atkmm/APKBUILD +++ b/community/atkmm/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=atkmm -pkgver=2.28.3 -pkgrel=1 +pkgver=2.28.4 +pkgrel=0 pkgdesc="C++ bindings for atk" options="!check" # No testsuite url="https://www.gtkmm.org/en/" @@ -27,5 +27,5 @@ package() { } sha512sums=" -ebc25e9de4b9de6df7097ab485fb0675d8c83113d99a444eec91df0908073362bfdaa9b03fc4c3e91766109d9b94b88df041851176ecde578cf932b526ef678e atkmm-2.28.3.tar.xz +30a714971234aebf06a04abeff5fc3b6951b56130aaddbd1a92856b3fb87cf9ba3c34539465b7f0905f871d763239642efe7904b24f33f11e57bf013e4bca533 atkmm-2.28.4.tar.xz " |