mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Update to v0.13.1
This commit is contained in:
parent
101dc95b25
commit
3376beaabb
2 changed files with 14 additions and 14 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,19 +1,19 @@
|
|||
pkgbase = gsh-bin
|
||||
pkgdesc = The Generative Shell
|
||||
pkgver = 0.13.0
|
||||
pkgver = 0.13.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/atinylittleshell/gsh
|
||||
license = GPL-3.0
|
||||
conflicts = gsh
|
||||
provides = gsh
|
||||
arch = aarch64
|
||||
source_aarch64 = https://github.com/atinylittleshell/gsh/releases/download/v0.13.0/gsh_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 67995053b294c3314414567ca4fcf236247fa45edad0cc2e186876b0846bc216
|
||||
source_aarch64 = https://github.com/atinylittleshell/gsh/releases/download/v0.13.1/gsh_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = a1095a46be4a7ed9ee5c1f3a2aa8694231cf469310d35f07c040fcce7155e77e
|
||||
arch = i686
|
||||
source_i686 = https://github.com/atinylittleshell/gsh/releases/download/v0.13.0/gsh_Linux_i386.tar.gz
|
||||
sha256sums_i686 = 8e6d774a461d1c4d41d4da0040d3a882be2526ad7af2c7c6e89260d5bad69685
|
||||
source_i686 = https://github.com/atinylittleshell/gsh/releases/download/v0.13.1/gsh_Linux_i386.tar.gz
|
||||
sha256sums_i686 = 8ba48ed3a072996f8f783b42af8e2e9a4870627fe6513d9e3b6ada110362ad06
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/atinylittleshell/gsh/releases/download/v0.13.0/gsh_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 11ac3d7fbe875f3560b6391a1c951355209d4f607dcbdf9cf1e9b365cceb4954
|
||||
source_x86_64 = https://github.com/atinylittleshell/gsh/releases/download/v0.13.1/gsh_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 59d6624e86cc6126570cff942078a351fd370e674cac9b269491c88429d11ba2
|
||||
|
||||
pkgname = gsh-bin
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: atinylittleshell <shell@atinylittleshell.me>
|
||||
|
||||
pkgname='gsh-bin'
|
||||
pkgver=0.13.0
|
||||
pkgver=0.13.1
|
||||
pkgrel=1
|
||||
pkgdesc='The Generative Shell'
|
||||
url='https://github.com/atinylittleshell/gsh'
|
||||
|
|
@ -11,14 +11,14 @@ license=('GPL-3.0')
|
|||
provides=('gsh')
|
||||
conflicts=('gsh')
|
||||
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.13.0/gsh_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('67995053b294c3314414567ca4fcf236247fa45edad0cc2e186876b0846bc216')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.13.1/gsh_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('a1095a46be4a7ed9ee5c1f3a2aa8694231cf469310d35f07c040fcce7155e77e')
|
||||
|
||||
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.13.0/gsh_Linux_i386.tar.gz")
|
||||
sha256sums_i686=('8e6d774a461d1c4d41d4da0040d3a882be2526ad7af2c7c6e89260d5bad69685')
|
||||
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.13.1/gsh_Linux_i386.tar.gz")
|
||||
sha256sums_i686=('8ba48ed3a072996f8f783b42af8e2e9a4870627fe6513d9e3b6ada110362ad06')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.13.0/gsh_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('11ac3d7fbe875f3560b6391a1c951355209d4f607dcbdf9cf1e9b365cceb4954')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.13.1/gsh_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('59d6624e86cc6126570cff942078a351fd370e674cac9b269491c88429d11ba2')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue