mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Update to v0.18.2
This commit is contained in:
parent
f297573173
commit
ee43154ee3
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.18.1
|
||||
pkgver = 0.18.2
|
||||
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.18.1/gsh-0.18.1.tar.gz
|
||||
sha256sums = d8c4d1bc57c9c57afc720a3321f0e5fde3e3fef3a28331523bd10bb8df008ea9
|
||||
source = https://github.com/atinylittleshell/gsh/releases/download/v0.18.2/gsh-0.18.2.tar.gz
|
||||
sha256sums = cb19ccaf1db6bb9823ae5ce036deb031723df6796173c09882a44d4a25e1290e
|
||||
|
||||
pkgname = gsh
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
|
||||
|
||||
pkgname='gsh'
|
||||
pkgver=0.18.1
|
||||
pkgver=0.18.2
|
||||
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.18.1/gsh-0.18.1.tar.gz")
|
||||
sha256sums=('d8c4d1bc57c9c57afc720a3321f0e5fde3e3fef3a28331523bd10bb8df008ea9')
|
||||
source=("${pkgname}_${pkgver}.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.18.2/gsh-0.18.2.tar.gz")
|
||||
sha256sums=('cb19ccaf1db6bb9823ae5ce036deb031723df6796173c09882a44d4a25e1290e')
|
||||
prepare() {
|
||||
cd "${srcdir}/${_pkgsrc}"
|
||||
go mod download
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue