diff options
author | Marco Pompili | 2024-06-07 09:51:38 +0200 |
---|---|---|
committer | Marco Pompili | 2024-06-07 09:51:38 +0200 |
commit | f8d5f4383b421f732659abe93a863b0a0ccd3845 (patch) | |
tree | bf624d63e1a4ec33212db45bde7215347ef0950b | |
parent | d43640449c7d59612dd28f6781afca409f62bf54 (diff) | |
download | aur-f8d5f4383b421f732659abe93a863b0a0ccd3845.tar.gz |
v1.2.3 and License update (cardware)
-rw-r--r-- | .SRCINFO | 11 | ||||
-rw-r--r-- | LICENSE | 17 | ||||
-rw-r--r-- | PKGBUILD | 10 |
3 files changed, 27 insertions, 11 deletions
@@ -1,7 +1,7 @@ pkgbase = pkcrack pkgdesc = An algorithm for breaking the PkZip cipher that was devised by Eli Biham and Paul Kocher. - pkgver = 1.2.2 - pkgrel = 4 + pkgver = 1.2.3 + pkgrel = 1 url = https://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack.html install = pkcrack.install arch = i686 @@ -9,10 +9,9 @@ pkgbase = pkcrack license = custom depends = glibc conflicts = libextractor - source = https://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/pkcrack-1.2.2.tar.gz + source = https://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/pkcrack-1.2.3.tar.gz source = LICENSE - sha256sums = 4d2dc193ffa4342ac2ed3a6311fdf770ae6a0771226b3ef453dca8d03e43895a - sha256sums = c7243221bf8692cef82dadcf4db0e2c64a845b2373eb8b5827e8db512a0e4e84 + sha256sums = 8f49fa387962a37a14c9abd549016721a634251105bf4b837cc72f0bad413d38 + sha256sums = 12b5054963697d11082597453457ef9bac93435a4cee79ebb09511e1566c5e43 pkgname = pkcrack - @@ -11,3 +11,20 @@ in case you clearly state where you got it. Do not release software using parts of the code without the author's explicit consent. + +I have decided to release this program as *CardWare*. I don't remember +who coined that term, but its meaning is simple: + + If you like the program, send me a postcard. Picture postcards from + the area where you live are preferred. On the card you may write + anything you like, e. g. how much you like the program, what a great + person I am, or whatever comes to your mind. Be creative! :-) + Electronic postcards don't count. + +My snail mail address is: + + Peter Conrad + Am Heckenberg 1 + 56727 Mayen + + Germany @@ -1,8 +1,8 @@ -#Maintainer: Marco Pompili <aur@emarcs.org> +# Maintainer: Marco "marcs" Pompili <aur@odd.red> pkgname=pkcrack -pkgver=1.2.2 -pkgrel=4 +pkgver=1.2.3 +pkgrel=1 pkgdesc="An algorithm for breaking the PkZip cipher that was devised by Eli Biham and Paul Kocher." arch=('i686' 'x86_64') url="https://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack.html" @@ -11,8 +11,8 @@ conflicts=('libextractor') depends=('glibc') source=("https://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/pkcrack-${pkgver}.tar.gz" "LICENSE") -sha256sums=('4d2dc193ffa4342ac2ed3a6311fdf770ae6a0771226b3ef453dca8d03e43895a' - 'c7243221bf8692cef82dadcf4db0e2c64a845b2373eb8b5827e8db512a0e4e84') +sha256sums=('8f49fa387962a37a14c9abd549016721a634251105bf4b837cc72f0bad413d38' + '12b5054963697d11082597453457ef9bac93435a4cee79ebb09511e1566c5e43') install=pkcrack.install build() { |