summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmartinez-mirror2021-04-07 11:46:51 -0500
committerlmartinez-mirror2021-04-07 11:46:51 -0500
commit27b054b4acd759183c1aa50c2a5e5a82f542154c (patch)
tree19e83d43a946b5edd5ebc4682e2ca7c00af7e55d
parentc8029e9ef6e8a67f569c00a9ae7e99170738ddd2 (diff)
downloadaur-27b054b4acd759183c1aa50c2a5e5a82f542154c.tar.gz
update to 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa434cdd7d03..3d09396a3eb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hilbish
pkgdesc = A shell written in Go and extended with Lua
- pkgver = 0.2.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/hilbis/hilbish
install = hilbish.install
@@ -10,8 +10,8 @@ pkgbase = hilbish
makedepends = go>=1.16
depends = readline
optdepends = lua
- source = hilbish-0.2.0.tar.gz::https://github.com/hilbis/hilbish/archive/refs/tags/v0.2.0.tar.gz
- sha256sums = 8f7d950af1710b1d71dfb87834f6afc0dd6351f9f269e381327247046b7d1ec2
+ source = hilbish-0.3.1.tar.gz::https://github.com/hilbis/hilbish/archive/refs/tags/v0.3.1.tar.gz
+ sha256sums = 0cbd85966a97c65799f3ea9c1c558623c99eb1cd1d604a5518390e86e8f6e1ab
pkgname = hilbish
diff --git a/PKGBUILD b/PKGBUILD
index b642c21fbb22..3a1eeb806035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: lmartinez-mirror
pkgname=hilbish
-pkgver=0.2.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="A shell written in Go and extended with Lua"
arch=('x86_64' 'aarch64')
@@ -11,7 +11,7 @@ makedepends=('go>=1.16')
optdepends=('lua')
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('8f7d950af1710b1d71dfb87834f6afc0dd6351f9f269e381327247046b7d1ec2')
+sha256sums=('0cbd85966a97c65799f3ea9c1c558623c99eb1cd1d604a5518390e86e8f6e1ab')
prepare() {
mv "Hilbish-$pkgver" "$pkgname-$pkgver"