summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-12-30 11:01:36 +0100
committerPieter Joost van de Sande2021-12-30 11:01:36 +0100
commit6f6e8df330e3da4ff625468f63df1111a226faf3 (patch)
treea66a81ea4e33afae7da7cc331a105541862a46fa
parent67f47c611684fd8a93b9c9582a73b5557e3e51a4 (diff)
downloadaur-6f6e8df330e3da4ff625468f63df1111a226faf3.tar.gz
update to v0.2.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd92aa9638f..07ee8f7fdb0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = sttr
pkgdesc = cli app to perform various operations on string
- pkgver = 0.2.10
+ pkgver = 0.2.12
pkgrel = 1
url = https://github.com/abhimanyu003/sttr
arch = x86_64
- source = https://github.com/abhimanyu003/sttr/releases/download/v0.2.10/sttr_0.2.10_linux_amd64.tar.gz
- sha256sums = ea4850cee379330e7e5bfa66278dc70c95958b7b29b85337f812d8e3f057ec93
+ source = https://github.com/abhimanyu003/sttr/releases/download/v0.2.12/sttr_0.2.12_linux_amd64.tar.gz
+ sha256sums = d5ebaf6e1305945d7a8ebb461d1d033fa6398c5d4085f5574c965db78fd469d6
pkgname = sttr
diff --git a/PKGBUILD b/PKGBUILD
index 97b9b15bdba8..2f7cbdd72ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=sttr
-pkgver=0.2.10
+pkgver=0.2.12
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=('ea4850cee379330e7e5bfa66278dc70c95958b7b29b85337f812d8e3f057ec93')
+sha256sums=('d5ebaf6e1305945d7a8ebb461d1d033fa6398c5d4085f5574c965db78fd469d6')
package() {
install -Dm755 ./sttr "${pkgdir}/usr/bin/sttr"