mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Update to v1.1.3
This commit is contained in:
parent
589adfb480
commit
6bfcb9f4d5
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = gsh-bin
|
||||
pkgdesc = A battery-included, POSIX-compatible, generative shell
|
||||
pkgver = 1.1.2
|
||||
pkgver = 1.1.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/atinylittleshell/gsh
|
||||
license = GPL-3.0-or-later
|
||||
|
|
@ -8,12 +8,12 @@ pkgbase = gsh-bin
|
|||
provides = gsh
|
||||
arch = aarch64
|
||||
source_aarch64 = https://github.com/atinylittleshell/gsh/releases/download/v${pkgver}/gsh_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 5b31cedfd5f6d1926b62aed1a702f9545ae91ed2d6d110d5787a1cc1a25f3a48
|
||||
sha256sums_aarch64 = 3e37e50c10cd7fc10b12ac3f55865be1e2708f41990af503e13ea1b8e3cc181e
|
||||
arch = i686
|
||||
source_i686 = https://github.com/atinylittleshell/gsh/releases/download/v${pkgver}/gsh_Linux_i386.tar.gz
|
||||
sha256sums_i686 = 781708d2a5062ffd6dc45840698d1ffa3610eb1e466bc36ec019b4c26e6388a1
|
||||
sha256sums_i686 = 63dba0c2eae969a0395d425ff38f362ae08800313213438d41a2617f68769aa6
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/atinylittleshell/gsh/releases/download/v${pkgver}/gsh_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 8a211ef0c4a38c7d1b200c5bf04001a729d6c5d814278a808c58f1d85fd6d340
|
||||
sha256sums_x86_64 = ce3c2467ef1aa5bd51d3d7df7ee3d95297cf5df91351c380d64095557811feeb
|
||||
|
||||
pkgname = gsh-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: atinylittleshell <shell@atinylittleshell.me>
|
||||
|
||||
pkgname='gsh-bin'
|
||||
pkgver=1.1.2
|
||||
pkgver=1.1.3
|
||||
pkgrel=1
|
||||
pkgdesc='A battery-included, POSIX-compatible, generative shell'
|
||||
url='https://github.com/atinylittleshell/gsh'
|
||||
|
|
@ -12,13 +12,13 @@ provides=('gsh')
|
|||
conflicts=('gsh')
|
||||
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v${pkgver}/gsh_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('5b31cedfd5f6d1926b62aed1a702f9545ae91ed2d6d110d5787a1cc1a25f3a48')
|
||||
sha256sums_aarch64=('3e37e50c10cd7fc10b12ac3f55865be1e2708f41990af503e13ea1b8e3cc181e')
|
||||
|
||||
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v${pkgver}/gsh_Linux_i386.tar.gz")
|
||||
sha256sums_i686=('781708d2a5062ffd6dc45840698d1ffa3610eb1e466bc36ec019b4c26e6388a1')
|
||||
sha256sums_i686=('63dba0c2eae969a0395d425ff38f362ae08800313213438d41a2617f68769aa6')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v${pkgver}/gsh_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('8a211ef0c4a38c7d1b200c5bf04001a729d6c5d814278a808c58f1d85fd6d340')
|
||||
sha256sums_x86_64=('ce3c2467ef1aa5bd51d3d7df7ee3d95297cf5df91351c380d64095557811feeb')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue