summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2022-04-28 14:56:15 +0200
committerfordprefect2022-04-28 14:56:15 +0200
commit5f804128223a2bc3270656d2e7793844e980958c (patch)
treedf42b9905e5dda48f2685597496b9b191c8af82a
parent14471543a6378761fd63aab1d221fb9fb66dfc33 (diff)
downloadaur-5f804128223a2bc3270656d2e7793844e980958c.tar.gz
1.4.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb5160578c6b..12cab7f2f3d4 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.3.5
+ pkgver = 1.4.0
pkgrel = 1
url = https://privatebin.info
arch = any
@@ -8,10 +8,9 @@ pkgbase = privatebin
depends = php
depends = php-gd
options = emptydirs
- source = privatebin-1.3.5.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/1.3.5.tar.gz
+ source = privatebin-1.4.0.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/1.4.0.tar.gz
source = config.patch
- md5sums = 902ed4a00cfbd2df549244499a91b161
+ md5sums = 87363e5faa961c8a740fe3de746b48de
md5sums = 912b477a3d0c7505111bbe17c3901f4a
pkgname = privatebin
-
diff --git a/PKGBUILD b/PKGBUILD
index b33ba843c89f..e60aa15aca42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=privatebin
-pkgver=1.3.5
+pkgver=1.4.0
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=('902ed4a00cfbd2df549244499a91b161'
+md5sums=('87363e5faa961c8a740fe3de746b48de'
'912b477a3d0c7505111bbe17c3901f4a')
prepare(){