diff options
author | Michael Heimpold <mhei@heimpold.de> | 2020-04-01 20:50:49 +0200 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2020-04-01 20:50:49 +0200 |
commit | 40494863b2209eb0435fb141c3ca29230239dd32 (patch) | |
tree | 3018b4ace39b8400bdd33b1a709f6cc183f7b95a | |
parent | f56212538c23b1f429de22a00ea75180d703160e (diff) | |
parent | 28a8afc941ff77fe300f020373d6d6366225328d (diff) |
Merge branch 'update-php7-pecl-krb5' of git://github.com/mhei/packages into mhei-update-php7-pecl-krb5
-rw-r--r-- | lang/php7-pecl-krb5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php7-pecl-krb5/Makefile b/lang/php7-pecl-krb5/Makefile index e5db58177..d93ea0cd8 100644 --- a/lang/php7-pecl-krb5/Makefile +++ b/lang/php7-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.2 -PKG_RELEASE:=4 -PKG_HASH:=3301e047fc7dc3574da19b2a4b18e15feca5ad39db9335c3353a8e16b855c35b +PKG_VERSION:=1.1.3 +PKG_RELEASE:=1 +PKG_HASH:=3a65bb5f7d64ed5f6fbcf07250c17b0de29f693ac88f96cd1cc9737b996da120 PKG_NAME:=php7-pecl-krb5 PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz |