Update to v1.2.1

This commit is contained in:
atinylittleshell 2026-01-08 05:01:24 +00:00
parent 1d612f6e44
commit dba7019ffc
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gsh
pkgdesc = A battery-included, POSIX-compatible, generative shell
pkgver = 1.2.0
pkgver = 1.2.1
pkgrel = 1
url = https://github.com/atinylittleshell/gsh
arch = aarch64
@ -12,6 +12,6 @@ pkgbase = gsh
provides = gsh
source = https://github.com/atinylittleshell/gsh/releases/download/v${pkgver}/gsh-${pkgver}.tar.gz
sha256sums = ccc0fa23184540b6969416960a6d4fbc4e5145cf8bda81ff9e4a161e5b7ff3e7
sha256sums = 05e6bed4ad749067114d558ceb27819faf7a8e1d132b03601d8332717a9317ce
pkgname = gsh

View file

@ -3,7 +3,7 @@
# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
pkgname='gsh'
pkgver=1.2.0
pkgver=1.2.1
pkgrel=1
pkgdesc='A battery-included, POSIX-compatible, generative shell'
url='https://github.com/atinylittleshell/gsh'
@ -13,7 +13,7 @@ provides=('gsh')
conflicts=('gsh')
makedepends=('go' 'git')
source=("${pkgname}_${pkgver}.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v${pkgver}/gsh-${pkgver}.tar.gz")
sha256sums=('ccc0fa23184540b6969416960a6d4fbc4e5145cf8bda81ff9e4a161e5b7ff3e7')
sha256sums=('05e6bed4ad749067114d558ceb27819faf7a8e1d132b03601d8332717a9317ce')
prepare() {
cd "${srcdir}/${_pkgsrc}"
go mod download