diff options
author | W. Michael Petullo <mike@flyn.org> | 2023-05-19 11:38:49 -0500 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-05-20 13:17:24 +0800 |
commit | 09bf479e245fa0aae19a780ac3e76545de0789a2 (patch) | |
tree | b7fb48c7acaa554b49f91c53ace58826e3a53ee2 /lang/php8-pecl-krb5 | |
parent | 03e201629951072a5327dade6a01c44830760f36 (diff) |
php8-pecl-krb5: update to 1.1.5
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'lang/php8-pecl-krb5')
-rw-r--r-- | lang/php8-pecl-krb5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php8-pecl-krb5/Makefile b/lang/php8-pecl-krb5/Makefile index f058d4f4b..1377480de 100644 --- a/lang/php8-pecl-krb5/Makefile +++ b/lang/php8-pecl-krb5/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PECL_NAME:=krb5 PECL_LONGNAME:=Bindings for the Kerberos library -PKG_VERSION:=1.1.4 -PKG_RELEASE:=2 -PKG_HASH:=8aba35bb9f2892be9092e8717d3e13604a817cdfb478dbc3855a226abc6c5979 +PKG_VERSION:=1.1.5 +PKG_RELEASE:=1 +PKG_HASH:=2798e57ad231aa3467f09460e3e69169e04c88bd82972d8e86a6641e4ddc9d3d PKG_NAME:=php8-pecl-krb5 PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz |