Update to v0.21.1

This commit is contained in:
atinylittleshell 2025-02-03 07:27:33 +00:00
parent 862f3432d9
commit 7c493694a1
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gsh
pkgdesc = A modern, POSIX-compatible, generative shell
pkgver = 0.21.0
pkgver = 0.21.1
pkgrel = 1
url = https://github.com/atinylittleshell/gsh
arch = aarch64
@ -11,7 +11,7 @@ pkgbase = gsh
conflicts = gsh
provides = gsh
source = https://github.com/atinylittleshell/gsh/releases/download/v0.21.0/gsh-0.21.0.tar.gz
sha256sums = 9f78feb86fc4154561672e365972d5a6bb7519e10910092a44968282c39c3d0c
source = https://github.com/atinylittleshell/gsh/releases/download/v0.21.1/gsh-0.21.1.tar.gz
sha256sums = eb9f4990b4482d94e925a4ea43fbc64916aec2359683dcb7af541b7740c85827
pkgname = gsh

View file

@ -3,7 +3,7 @@
# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
pkgname='gsh'
pkgver=0.21.0
pkgver=0.21.1
pkgrel=1
pkgdesc='A modern, POSIX-compatible, generative shell'
url='https://github.com/atinylittleshell/gsh'
@ -12,8 +12,8 @@ license=('GPL-3.0-or-later')
provides=('gsh')
conflicts=('gsh')
makedepends=('go' 'git')
source=("${pkgname}_${pkgver}.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.21.0/gsh-0.21.0.tar.gz")
sha256sums=('9f78feb86fc4154561672e365972d5a6bb7519e10910092a44968282c39c3d0c')
source=("${pkgname}_${pkgver}.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.21.1/gsh-0.21.1.tar.gz")
sha256sums=('eb9f4990b4482d94e925a4ea43fbc64916aec2359683dcb7af541b7740c85827')
prepare() {
cd "${srcdir}/${_pkgsrc}"
go mod download