Update to v1.3.3

This commit is contained in:
atinylittleshell 2026-02-03 08:11:13 +00:00
parent 8f537d4314
commit c7e2a4ea40
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.3.2
pkgver = 1.3.3
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 = 95ebe35bf77f5ec137afa062f3fe9769e41cba775eb9c767eb9afa111af70fdf
sha256sums = 392c67e7355fbb0dc4310eca20816fb20b44d5f862bbbf211cb466ebc9a800c4
pkgname = gsh

View file

@ -3,7 +3,7 @@
# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
pkgname='gsh'
pkgver=1.3.2
pkgver=1.3.3
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=('95ebe35bf77f5ec137afa062f3fe9769e41cba775eb9c767eb9afa111af70fdf')
sha256sums=('392c67e7355fbb0dc4310eca20816fb20b44d5f862bbbf211cb466ebc9a800c4')
prepare() {
cd "${srcdir}/${_pkgsrc}"
go mod download