summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cda6e721d31d..6396f1def9a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_perlmod='Cache-FastMmap'
_modnamespace=Cache
pkgname=perl-cache-fastmmap
-pkgver=1.49
+pkgver=1.50
pkgrel=1
pkgdesc="Uses an mmap'ed file to act as a shared memory interprocess cache"
arch=("x86_64" "i686")
@@ -14,7 +14,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl')
options=('!emptydirs')
source=("http://cpan.perl.org/modules/by-module/$_modnamespace/$_perlmod-$pkgver.tar.gz")
-sha256sums=('95e99a74b4911052f5858990e1e38bc86da9e89bb995c49e59667a4d9a31ffab')
+sha256sums=('0603500a56f31ac1c309a478704dcd88c576eeafba368c61867b445fbd6d063c')
build() {
cd "$srcdir/$_perlmod-$pkgver"