summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJimmy Xu2020-11-08 15:07:15 +0000
committerJimmy Xu2020-11-08 15:07:15 +0000
commit433834cbf60b623792688e84ace09a430bd486ef (patch)
tree97c02115dc94578672cbb4c0e3da78f3a0a834c5 /PKGBUILD
parent779b9ac758807dc24d7c646eeb78b61da4ecc1ad (diff)
downloadaur-433834cbf60b623792688e84ace09a430bd486ef.tar.gz
perl-cache-fastmmap: 1.50-1
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"