mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Update to v0.7.0
This commit is contained in:
parent
531edf1625
commit
a1f90a8fd4
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.6.0
|
||||
pkgver = 0.7.0
|
||||
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.6.0/gsh_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = c623b1e40d9cb01654eae73d1f4dea9cda3f805efcb1db98f31276156ed77bef
|
||||
source_aarch64 = https://github.com/atinylittleshell/gsh/releases/download/v0.7.0/gsh_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 270f043650539c439a9e1db938cf214f6b150361b24ef4a1970cdb20f9b3490c
|
||||
arch = i686
|
||||
source_i686 = https://github.com/atinylittleshell/gsh/releases/download/v0.6.0/gsh_Linux_i386.tar.gz
|
||||
sha256sums_i686 = 06be1181fc91233a26f17ace7e6c9e4241674f3a9c3207b39c522c5cc592927d
|
||||
source_i686 = https://github.com/atinylittleshell/gsh/releases/download/v0.7.0/gsh_Linux_i386.tar.gz
|
||||
sha256sums_i686 = fc5fb96391ebbb98d889a05ff9fdc4e493105326c48b30f743ba49536911b818
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/atinylittleshell/gsh/releases/download/v0.6.0/gsh_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = f5eb9c9760cb34df2aa404632bbe2c6c4d5b7df34454732baaea47c35315c3a3
|
||||
source_x86_64 = https://github.com/atinylittleshell/gsh/releases/download/v0.7.0/gsh_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 187f35225e64190e28dfb7d842c63f4f0ccb7e5f82f7a2c9837ce9d6f9e88963
|
||||
|
||||
pkgname = gsh-bin
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: atinylittleshell <shell@atinylittleshell.me>
|
||||
|
||||
pkgname='gsh-bin'
|
||||
pkgver=0.6.0
|
||||
pkgver=0.7.0
|
||||
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.6.0/gsh_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('c623b1e40d9cb01654eae73d1f4dea9cda3f805efcb1db98f31276156ed77bef')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.7.0/gsh_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('270f043650539c439a9e1db938cf214f6b150361b24ef4a1970cdb20f9b3490c')
|
||||
|
||||
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.6.0/gsh_Linux_i386.tar.gz")
|
||||
sha256sums_i686=('06be1181fc91233a26f17ace7e6c9e4241674f3a9c3207b39c522c5cc592927d')
|
||||
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.7.0/gsh_Linux_i386.tar.gz")
|
||||
sha256sums_i686=('fc5fb96391ebbb98d889a05ff9fdc4e493105326c48b30f743ba49536911b818')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.6.0/gsh_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('f5eb9c9760cb34df2aa404632bbe2c6c4d5b7df34454732baaea47c35315c3a3')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.7.0/gsh_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('187f35225e64190e28dfb7d842c63f4f0ccb7e5f82f7a2c9837ce9d6f9e88963')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue