diff options
author | Celeste <20312-Celeste@users.gitlab.alpinelinux.org> | 2024-09-06 15:51:45 +0000 |
---|---|---|
committer | Celeste <20312-Celeste@users.gitlab.alpinelinux.org> | 2024-09-06 15:58:30 +0000 |
commit | 7f76c4bc7d84e8b886412173d0c897b23cfea249 (patch) | |
tree | 7ea28647b7422b19aa3f9b4520a12b63b0c33cac | |
parent | efd8bba16a619fb9bd8a9cace8642edfb64fb0d9 (diff) | |
download | aports-7f76c4bc7d84e8b886412173d0c897b23cfea249.zip |
community/apache-mod-md: upgrade to 2.4.27
-rw-r--r-- | community/apache-mod-md/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/apache-mod-md/APKBUILD b/community/apache-mod-md/APKBUILD index eaf27f01343..291b999ab74 100644 --- a/community/apache-mod-md/APKBUILD +++ b/community/apache-mod-md/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Síle Ekaterin Liszka <sheila@vulpine.house> # Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=apache-mod-md -pkgver=2.4.26 +pkgver=2.4.27 pkgrel=0 pkgdesc="Integrated Acme protocol support for apache2" url="https://github.com/icing/mod_md" @@ -43,5 +43,5 @@ package() { } sha512sums=" -438d914684042356d80f2c04740051e9d2a8d1762c46c53bc4a96b25dc691e0034a7871ddf02cc40e075290a62413707926661fb707f19d9a06fc255ef9cc6c1 mod_md-2.4.26.tar.gz +5766c41971890bdd723c626c9684160eafa1352b34931f6ceb2a616e7c3ecfc044ffca5dbb98a6e58fd78618c28cd0520fc6127cf42a0bef68450b4310be1773 mod_md-2.4.27.tar.gz " |