mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Update to v0.23.0
This commit is contained in:
parent
d8ab3b269d
commit
55460ffdda
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue