summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorheroapoorva2021-01-13 20:28:56 -0500
committerheroapoorva2021-01-13 20:28:56 -0500
commitac5f8c00d8d4a337eb12201f6da05d1e6984b2ff (patch)
tree79607d3ca3472734c69e34a08e76c8bbf4357951
parent9be080bc418c4a1aff6751cb04dd52c7b5ceaec3 (diff)
downloadaur-purritobin.tar.gz
update to 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21430ff4db8b..8a67a3d73def 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = purritobin
pkgdesc = ultra fast, minimalistic, encrypted command line paste-bin
- pkgver = 0.3.3
- pkgrel = 2
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://bsd.ac/
arch = any
license = ISC
makedepends = uwebsockets
depends = usockets
- source = purritobin-0.3.3::https://github.com/PurritoBin/PurritoBin/archive/0.3.3.tar.gz
- md5sums = 23d266fb8a438d9c7bfe2d73e9f0cf36
+ source = purritobin-0.4.0::https://github.com/PurritoBin/PurritoBin/archive/0.4.0.tar.gz
+ md5sums = 7b625284040bea10dd4780cbb94f4f68
pkgname = purritobin
diff --git a/PKGBUILD b/PKGBUILD
index f1d9d5eb67ed..b67dca053e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgbase=purritobin
pkgname=purritobin
-pkgver=0.3.3
-pkgrel=3
+pkgver=0.4.0
+pkgrel=1
pkgdesc="ultra fast, minimalistic, encrypted command line paste-bin"
url="https://bsd.ac/"
license=('ISC')
arch=('any')
source=( "${pkgname}-${pkgver}::https://github.com/PurritoBin/PurritoBin/archive/${pkgver}.tar.gz" )
-md5sums=('23d266fb8a438d9c7bfe2d73e9f0cf36')
+md5sums=('7b625284040bea10dd4780cbb94f4f68')
depends=( usockets )
makedepends=( uwebsockets )