diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-16 14:24:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-16 14:24:40 +0000 |
commit | 0bf87b3772fcd60ef3002d3fe075df0948b7ca40 (patch) | |
tree | 6f33dbc4aec30dbfcbbb9da5492462680eac0053 /testing/crypto++ | |
parent | 13a941b800758c516afb632534b5fd4713cf73df (diff) | |
download | aports-0bf87b3772fcd60ef3002d3fe075df0948b7ca40.tar.bz2 aports-0bf87b3772fcd60ef3002d3fe075df0948b7ca40.tar.xz |
main/crypto++: set license to Boost
Diffstat (limited to 'testing/crypto++')
-rw-r--r-- | testing/crypto++/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/crypto++/APKBUILD b/testing/crypto++/APKBUILD index 0a50b16acf..77fa512c3f 100644 --- a/testing/crypto++/APKBUILD +++ b/testing/crypto++/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: August Klein <amatcoder_at_gmail.com> pkgname=crypto++ pkgver=5.6.2 -pkgrel=0 +pkgrel=1 pkgdesc="A free C++ class library of cryptographic schemes" url="http://www.cryptopp.com" arch="all" -license="custom" +license="Boost" depends="" depends_dev="" makedepends="$depends_dev" |