summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2020-02-27 23:32:37 +0100
committerfordprefect2020-02-27 23:32:37 +0100
commitace8f0e84d78f78b58be5bfcf1cf74a723d36c31 (patch)
treee200c438038ecd22b46b73d19bba61150f483893 /PKGBUILD
parent2f903c2056629ac52ee54da814bd5ea62ba698a1 (diff)
downloadaur-ace8f0e84d78f78b58be5bfcf1cf74a723d36c31.tar.gz
1.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b2cc0194eac..ae8ce0b8c09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=privatebin
-pkgver=1.3.1
+pkgver=1.3.3
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=('277211d47a0062ce40331e58b94a2188'
+md5sums=('4e1f410c9f527f4d4d03dc98173143e2'
'912b477a3d0c7505111bbe17c3901f4a')
prepare(){