summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Morris2020-10-21 12:04:02 -0700
committerKevin Morris2020-10-21 12:04:02 -0700
commit77dfae1d2b4e077e8406d35a13880678c0cbc939 (patch)
tree33bfcced204f241adb6d6bf76959a16138396d2e
parentfb822eaf409f4014a0d3805fcd98dd473993be17 (diff)
downloadaur-77dfae1d2b4e077e8406d35a13880678c0cbc939.tar.gz
Bump to release 1.3
Signed-off-by: Kevin Morris <kevr@0cost.org>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c3d0f34167d..d1d707d90576 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hastebin
pkgdesc = Upload data to hastebin.com via stdin
- pkgver = 1.2.0
+ pkgver = 1.3.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.2.tar.gz
- sha256sums = b02f7f2178dad239233045932752d198c55f30a9dc10dd9f0edc9f2b9a0932e3
+ source = https://github.com/kevr/hastebin/archive/1.3.tar.gz
+ sha256sums = 77823bb8624e20490148c2c39817c6544645d4fb8e6f00526180f0fcec829739
pkgname = hastebin
diff --git a/PKGBUILD b/PKGBUILD
index e169069b575f..115f2100db65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname='hastebin'
-release='1.2'
+release='1.3'
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=(
- 'b02f7f2178dad239233045932752d198c55f30a9dc10dd9f0edc9f2b9a0932e3'
+ '77823bb8624e20490148c2c39817c6544645d4fb8e6f00526180f0fcec829739'
)
package()