summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"