summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2024-03-15 10:19:05 +0100
committerfordprefect2024-03-15 10:19:05 +0100
commitbff1949e57850bcb8baa6aa8b07e9e9dfa624829 (patch)
treee74ec36331e980f04b2516eb94fa2ee1d3888e14 /PKGBUILD
parent194135f5d4987a7cbb095996dcb6a4db29449545 (diff)
downloadaur-privatebin.tar.gz
1.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19a2c8368415..cfdaf5e203b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=privatebin
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="a minimalist, open source online pastebin where the server has zero knowledge of pasted data"
url='https://privatebin.info'
@@ -8,7 +8,7 @@ license=("zlib")
depends=("php" "php-gd")
options=("emptydirs")
source=("$pkgname-$pkgver.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/$pkgver.tar.gz")
-md5sums=('d1883925e4c73e8950e336ccb72798a0')
+md5sums=('db62eb947fae29c33c85bb0d642abd20')
package(){
cd PrivateBin-$pkgver