Browse Source

Merge pull request #9961 from mhei/pecl-krb5-license

php7-pecl-krb5: fix PKG_LICENSE tag
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
b165454c2e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/php7-pecl-krb5/Makefile

+ 2
- 2
lang/php7-pecl-krb5/Makefile View File

@ -9,7 +9,7 @@ PECL_NAME:=krb5
PECL_LONGNAME:=Bindings for the Kerberos library
PKG_VERSION:=1.1.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_HASH:=3301e047fc7dc3574da19b2a4b18e15feca5ad39db9335c3353a8e16b855c35b
PKG_NAME:=php7-pecl-krb5
@ -18,7 +18,7 @@ PKG_SOURCE_URL:=http://pecl.php.net/get/
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
PKG_LICENSE:=BSD
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DEPENDS:=php7


Loading…
Cancel
Save