summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2023-10-05 15:48:36 +0200
committerfordprefect2023-10-05 15:48:36 +0200
commit6218333a61e86acbe93605dfed8f16927b3ffc69 (patch)
tree99b04c964e367d564360c5048d777d22ce7a5297
parentc5047c94d672507e4786f9962fec373e6265262e (diff)
downloadaur-6218333a61e86acbe93605dfed8f16927b3ffc69.tar.gz
1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca0292fd54bc..df13a6f43fec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = privatebin
pkgdesc = a minimalist, open source online pastebin where the server has zero knowledge of pasted data
- pkgver = 1.5.1
+ pkgver = 1.6.0
pkgrel = 1
url = https://privatebin.info
arch = any
@@ -8,7 +8,7 @@ pkgbase = privatebin
depends = php
depends = php-gd
options = emptydirs
- source = privatebin-1.5.1.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/1.5.1.tar.gz
- md5sums = d552a907c05f4859b4209065ef3e5665
+ source = privatebin-1.6.0.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/1.6.0.tar.gz
+ md5sums = 3948c3991033cc49d892dc28d7b93678
pkgname = privatebin
diff --git a/PKGBUILD b/PKGBUILD
index e653b5badfb5..27d2a90fc417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=privatebin
-pkgver=1.5.1
+pkgver=1.6.0
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=('d552a907c05f4859b4209065ef3e5665')
+md5sums=('3948c3991033cc49d892dc28d7b93678')
package(){
cd PrivateBin-$pkgver