summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaroslav Lichtblau2021-01-05 17:24:26 +0100
committerJaroslav Lichtblau2021-01-05 17:24:26 +0100
commit338b9b98443a1ed00db7da14878428137e1c933a (patch)
tree699ece07c322a9ae6b6b32eedb8333a6b07ad997 /PKGBUILD
parent46db8bea2d6ec289b5f9162fa742dfcbd549bad2 (diff)
downloadaur-lzlib.tar.gz
lzlib-1.12-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4750ab3e90f5..9b156eba329d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
pkgname=lzlib
-pkgver=1.11
+pkgver=1.12
pkgrel=1
pkgdesc="A library providing in-memory LZMA compression and decompression functions"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs')
options=('!emptydirs')
source=(http://download.savannah.gnu.org/releases/lzip/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
-sha256sums=('6c5c5f8759d1ab7c4c3c53788ea2d9daad04aeddcf338226893f8ff134914d36'
+sha256sums=('8e5d84242eb52cf1dcc98e58bd9ba8ef1aefa501431abdd0273a22bf4ce337b1'
'SKIP')
build() {