diff options
author | ptrcnull <git@ptrcnull.me> | 2022-11-19 23:34:38 +0100 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-11-19 22:39:09 +0000 |
commit | 55d9d9ab89f51b07d87397228692b4fde9394bf6 (patch) | |
tree | 308545eb45a69b518712c812e82e6fbea5633c93 | |
parent | e268561c825c46b9779b603aca1045e24bddf26e (diff) | |
download | aports-55d9d9ab89f51b07d87397228692b4fde9394bf6.tar.gz aports-55d9d9ab89f51b07d87397228692b4fde9394bf6.tar.bz2 aports-55d9d9ab89f51b07d87397228692b4fde9394bf6.tar.xz |
community/patchwork: upgrade to 3.1.1
-rw-r--r-- | community/patchwork/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/patchwork/APKBUILD b/community/patchwork/APKBUILD index 5866561e02..b44a4ee777 100644 --- a/community/patchwork/APKBUILD +++ b/community/patchwork/APKBUILD @@ -1,7 +1,7 @@ # Con#tributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=patchwork -pkgver=3.0.0 +pkgver=3.1.1 pkgrel=0 pkgdesc="Web-based patch tracking system" url="https://github.com/getpatchwork/patchwork" @@ -64,8 +64,10 @@ nginx_wsgi() { "$subpkgdir"/etc/uwsgi/conf.d/patchwork.ini } -sha512sums="40e013142af8bdcdba1fc2f8fbec656de36b2f35b1d11aeae77e60ffd9ca00656a03554695b90a5ea271e28a0ec31688d766da958829c0cf69e14b94a54543ed patchwork-3.0.0.tar.gz +sha512sums=" +6d1fa0f55686226acd476513f81f9174f0235fc5349b27fe94586e4ee648e6a729fe75add4d36f3773cebf5cc215fcfd6dddb76cfd376a5f1ae1f11dc28f3399 patchwork-3.1.1.tar.gz 5facc2c2620b2d614011bcdc06bb481fb1481c79333579e5a7fa5b8bc4f97d1651cc8c4632a5e150b62674d64c00345341229319f1edb2016721868e84146826 0001-support-busybox-readlink.patch 432b7981679499183ebb5ad8caa560a059ba11bad1e6489256f2a44808846110a1aaf08728509869cb0d898514b4368f8924316e7bde9d5f5db2ffea7d471813 0002-remove-uneeded-bashism-from-tools-and-change-path.patch 28911a25e00a254237f7214fb681e5e984a2eae331e610be62967d5e246958e0f8d3f84861d8fd17c1190c1df72a25f28ddb33843b3679a3864beb00cb4b4961 nginx-uwsgi-patchwork-conf.ini -862dd2522236a0b18d2a8d06f1ad91ad0fd0936fa502d95e09556641e67d42e1212821bfd7fb98923e4fe8b8a7369ded8c23831fb496b1e2833d9831c1b23725 nginx-patchwork.conf" +862dd2522236a0b18d2a8d06f1ad91ad0fd0936fa502d95e09556641e67d42e1212821bfd7fb98923e4fe8b8a7369ded8c23831fb496b1e2833d9831c1b23725 nginx-patchwork.conf +" |