From 55460ffdda69fffcb6e420af82c2140bd047b8d2 Mon Sep 17 00:00:00 2001 From: atinylittleshell Date: Tue, 23 Dec 2025 10:14:34 +0000 Subject: [PATCH] Update to v0.23.0 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 045f97a1e2e0..c47cb1314a63 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gsh pkgdesc = A modern, POSIX-compatible, generative shell - pkgver = 0.22.2 + pkgver = 0.23.0 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.22.2/gsh-0.22.2.tar.gz - sha256sums = a3bb8abaac2bcdd50791745c08e127968337b6f5332acca2d19461dc8d7fd24a + source = https://github.com/atinylittleshell/gsh/releases/download/v${pkgver}/gsh-${pkgver}.tar.gz + sha256sums = 282bd54c3c85172c29333b7dda830732ec47681c47bf001ef9698c354aaf80ad pkgname = gsh diff --git a/PKGBUILD b/PKGBUILD index f50efd75ddc8..c66ef6090d30 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Vitalii Kuzhdin pkgname='gsh' -pkgver=0.22.2 +pkgver=0.23.0 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.22.2/gsh-0.22.2.tar.gz") -sha256sums=('a3bb8abaac2bcdd50791745c08e127968337b6f5332acca2d19461dc8d7fd24a') +source=("${pkgname}_${pkgver}.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v${pkgver}/gsh-${pkgver}.tar.gz") +sha256sums=('282bd54c3c85172c29333b7dda830732ec47681c47bf001ef9698c354aaf80ad') prepare() { cd "${srcdir}/${_pkgsrc}" go mod download