summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2020-04-08 11:22:07 +0200
committerfordprefect2020-04-08 11:22:07 +0200
commit0c55a1c28c9a3efef717b653b81800754d546ce8 (patch)
treec7cd5fd0bc048c42e950a00dd2fc5bb697e7a83f /PKGBUILD
parentace8f0e84d78f78b58be5bfcf1cf74a723d36c31 (diff)
downloadaur-0c55a1c28c9a3efef717b653b81800754d546ce8.tar.gz
1.3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae8ce0b8c09a..53f12c848a7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=privatebin
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
pkgdesc="a minimalist, open source online pastebin where the server has zero knowledge of pasted data"
url='https://privatebin.info'
@@ -9,7 +9,7 @@ depends=("php" "php-gd")
options=("emptydirs")
source=("$pkgname-$pkgver.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/$pkgver.tar.gz"
"config.patch")
-md5sums=('4e1f410c9f527f4d4d03dc98173143e2'
+md5sums=('f97640101305bddeb07d68d7a5028c5c'
'912b477a3d0c7505111bbe17c3901f4a')
prepare(){