summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adc057419b2f..13a506f23ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,5 @@
-# Maintainer: xantares <xantares09 at hotmail dot com>
-
pkgname=psp-zlib
-pkgver=1.2.8
+pkgver=1.2.11
pkgrel=1
pkgdesc="Compression library implementing the deflate compression method found in gzip and PKZIP (psp)"
arch=(any)
@@ -13,7 +11,7 @@ makedepends=('psp-gcc')
options=('!buildflags' '!strip' 'staticlibs')
source=("http://sourceforge.net/projects/libpng/files/zlib/${pkgver}/zlib-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/pspdev/psplibraries/master/patches/zlib-${pkgver}-PSP.patch")
-md5sums=('44d667c142d7cda120332623eab69f40'
+sha256sums=('c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1'
'SKIP')
prepare() {