pkgx v1.0.2

This commit is contained in:
Claudia Pellegrino 2023-10-18 06:50:43 +02:00
parent e5bef046fc
commit f64ea6f882
No known key found for this signature in database
GPG key ID: 7AA67DE7B73139CE
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = pkgx
pkgdesc = Run Anything
pkgver = 1.0.1
pkgver = 1.0.2
pkgrel = 1
url = https://pkgx.sh
install = pkgx.install
@ -10,7 +10,7 @@ pkgbase = pkgx
depends = gcc-libs
depends = glibc
options = !strip
source = pkgx-1.0.1.tar.gz::https://github.com/pkgxdev/pkgx/archive/v1.0.1.tar.gz
sha512sums = a8b210ee6473ca71906f76536877aaf8045caeceeb6a743aa45a37d06262ad79feae6d21cc26984db6a982c7825051c4444a6f94370ba73ac52d44a31084dc86
source = pkgx-1.0.2.tar.gz::https://github.com/pkgxdev/pkgx/archive/v1.0.2.tar.gz
sha512sums = 85fcfce24280ae35332d78fea9303c5470355c132000d95ff53844243e58ac3cc3dcf95483d49a87350c74984c2421f8c541f9a7d2eabc94c9256283e63bcbca
pkgname = pkgx

View file

@ -1,7 +1,7 @@
# Maintainer: Claudia Pellegrino <aur ät cpellegrino.de>
pkgname=pkgx
pkgver=1.0.1
pkgver=1.0.2
pkgrel=1
pkgdesc='Run Anything'
arch=('x86_64')
@ -17,7 +17,7 @@ source=(
)
sha512sums=(
'a8b210ee6473ca71906f76536877aaf8045caeceeb6a743aa45a37d06262ad79feae6d21cc26984db6a982c7825051c4444a6f94370ba73ac52d44a31084dc86'
'85fcfce24280ae35332d78fea9303c5470355c132000d95ff53844243e58ac3cc3dcf95483d49a87350c74984c2421f8c541f9a7d2eabc94c9256283e63bcbca'
)
prepare() {