summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1d707d90576..d8139e0962f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hastebin
pkgdesc = Upload data to hastebin.com via stdin
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/kevr/hastebin
arch = any
@@ -9,8 +9,8 @@ pkgbase = hastebin
depends = python-requests
optdepends = xclip: default --clip-command
conflicts = hastebin-git
- source = https://github.com/kevr/hastebin/archive/1.3.tar.gz
- sha256sums = 77823bb8624e20490148c2c39817c6544645d4fb8e6f00526180f0fcec829739
+ source = https://github.com/kevr/hastebin/archive/1.4.tar.gz
+ sha256sums = a8b5d5164e11cc485e973c8f1d090553e78ff1dfcfe3f3664aa8cea37bef6bd8
pkgname = hastebin
diff --git a/PKGBUILD b/PKGBUILD
index 115f2100db65..8dc4696994fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname='hastebin'
-release='1.3'
+release='1.4'
pkgver="${release}.0"
pkgrel=1
pkgdesc='Upload data to hastebin.com via stdin'
@@ -12,7 +12,7 @@ conflicts=("${pkgname}-git")
optdepends=('xclip: default --clip-command')
source=("${url}/archive/${release}.tar.gz")
sha256sums=(
- '77823bb8624e20490148c2c39817c6544645d4fb8e6f00526180f0fcec829739'
+ 'a8b5d5164e11cc485e973c8f1d090553e78ff1dfcfe3f3664aa8cea37bef6bd8'
)
package()