summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2022-10-12 21:00:55 +0200
committerPieter Joost van de Sande2022-10-12 21:00:55 +0200
commit618cc91003a937c854264fe5d8b5c6b22a4d0de7 (patch)
treec0f4d3fdacf3e4e24682088899aa7b3001d755db
parent6f6e8df330e3da4ff625468f63df1111a226faf3 (diff)
downloadaur-618cc91003a937c854264fe5d8b5c6b22a4d0de7.tar.gz
bump to v0.2.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07ee8f7fdb0a..97dcd1772bdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = sttr
pkgdesc = cli app to perform various operations on string
- pkgver = 0.2.12
+ pkgver = 0.2.13
pkgrel = 1
url = https://github.com/abhimanyu003/sttr
arch = x86_64
- source = https://github.com/abhimanyu003/sttr/releases/download/v0.2.12/sttr_0.2.12_linux_amd64.tar.gz
- sha256sums = d5ebaf6e1305945d7a8ebb461d1d033fa6398c5d4085f5574c965db78fd469d6
+ source = https://github.com/abhimanyu003/sttr/releases/download/v0.2.13/sttr_0.2.13_linux_amd64.tar.gz
+ sha256sums = 6db77499d9154878329243ad8cee1fc476e0a0a856d5ee4bb35e13a4237e94b5
pkgname = sttr
diff --git a/PKGBUILD b/PKGBUILD
index 2f7cbdd72ad3..0460fa0e57fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=sttr
-pkgver=0.2.12
+pkgver=0.2.13
pkgrel=1
pkgdesc='cli app to perform various operations on string'
arch=('x86_64')
url="https://github.com/abhimanyu003/sttr"
makedepends=()
source=("$url/releases/download/v$pkgver/sttr_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('d5ebaf6e1305945d7a8ebb461d1d033fa6398c5d4085f5574c965db78fd469d6')
+sha256sums=('6db77499d9154878329243ad8cee1fc476e0a0a856d5ee4bb35e13a4237e94b5')
package() {
install -Dm755 ./sttr "${pkgdir}/usr/bin/sttr"