aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-resty-hmac
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-14 23:14:52 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-26 19:24:24 +0000
commit944fca88ce5f0bc13d447152ed9e3d5e100855b3 (patch)
tree05b456fccff70c49396638d6082fc0fa18fdf52b /community/lua-resty-hmac
parent92fe71a3878ee18d3337bc88a4ecb4efb5eced8b (diff)
downloadaports-944fca88ce5f0bc13d447152ed9e3d5e100855b3.tar.bz2
aports-944fca88ce5f0bc13d447152ed9e3d5e100855b3.tar.xz
community/lua-resty-hmac: enable on all arches
Diffstat (limited to 'community/lua-resty-hmac')
-rw-r--r--community/lua-resty-hmac/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-resty-hmac/APKBUILD b/community/lua-resty-hmac/APKBUILD
index 1e52c2dc4f..a41deaf0c9 100644
--- a/community/lua-resty-hmac/APKBUILD
+++ b/community/lua-resty-hmac/APKBUILD
@@ -3,10 +3,10 @@
pkgname=lua-resty-hmac
pkgver=0.02.20180101
_commitid=989f601acbe74dee71c1a48f3e140a427f2d03ae
-pkgrel=0
+pkgrel=1
pkgdesc="HMAC functions for OpenResty"
url="https://github.com/jkeys089/lua-resty-hmac"
-arch="noarch !s390x"
+arch="noarch"
license="BSD"
depends="nginx-mod-http-lua lua-resty-string"
makedepends=""