summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2023-03-02 22:21:53 +0100
committerfordprefect2023-03-02 22:21:53 +0100
commitc5047c94d672507e4786f9962fec373e6265262e (patch)
treeaa7d157abc287e7a0a8c391700dc9aa4692b5ce7
parent81ab9895b5f52b8970427f2d7ff39451e54eb4f9 (diff)
downloadaur-c5047c94d672507e4786f9962fec373e6265262e.tar.gz
1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ffa9fd825e1..ca0292fd54bc 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.4.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://privatebin.info
arch = any
@@ -8,7 +8,7 @@ pkgbase = privatebin
depends = php
depends = php-gd
options = emptydirs
- source = privatebin-1.4.0.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/1.4.0.tar.gz
- md5sums = 87363e5faa961c8a740fe3de746b48de
+ source = privatebin-1.5.1.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/1.5.1.tar.gz
+ md5sums = d552a907c05f4859b4209065ef3e5665
pkgname = privatebin
diff --git a/PKGBUILD b/PKGBUILD
index cc787a73a6ea..e653b5badfb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=privatebin
-pkgver=1.4.0
+pkgver=1.5.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=('87363e5faa961c8a740fe3de746b48de')
+md5sums=('d552a907c05f4859b4209065ef3e5665')
package(){
cd PrivateBin-$pkgver