Update to version 0.5.12

This commit is contained in:
NullBite 2023-08-19 17:16:21 -04:00
parent 4305575838
commit 8ebc8c0342
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = packwiz-installer
pkgdesc = An installer for packwiz modpacks.
pkgver = 0.5.11
pkgver = 0.5.12
pkgrel = 1
url = https://github.com/packwiz/packwiz-installer
arch = any
@ -8,7 +8,7 @@ pkgbase = packwiz-installer
makedepends = git
makedepends = java-environment<=11
depends = java-runtime
source = packwiz-installer::git+https://github.com/packwiz/packwiz-installer.git#tag=6f05ac6bf0daff9e017c7c8a824b36c2ad04e22f
source = packwiz-installer::git+https://github.com/packwiz/packwiz-installer.git#tag=b2421cfea768328aa4668c0f1ccebe85e216d81d
source = packwiz-installer-bootstrap::git+https://github.com/packwiz/packwiz-installer-bootstrap.git#tag=fc4cd603d04d08c09fcd83cadb9ceedf776831e7
source = packwiz-installer.sh
sha256sums = SKIP

View File

@ -1,6 +1,6 @@
# Maintainer: NullBite <aur.archlinux@nullbite.com>
pkgname=packwiz-installer
pkgver=0.5.11
pkgver=0.5.12
pkgrel=1
pkgdesc="An installer for packwiz modpacks."
arch=("any")
@ -9,7 +9,7 @@ license=("MIT")
depends=('java-runtime')
makedepends=('git'
'java-environment<=11')
_tag=6f05ac6bf0daff9e017c7c8a824b36c2ad04e22f # git rev-parse v${pkgver}
_tag=b2421cfea768328aa4668c0f1ccebe85e216d81d # git rev-parse v${pkgver}
_tag_bootstrap=fc4cd603d04d08c09fcd83cadb9ceedf776831e7
source=("$pkgname::git+https://github.com/packwiz/$pkgname.git#tag=$_tag"
"$pkgname-bootstrap::git+https://github.com/packwiz/$pkgname-bootstrap.git#tag=$_tag_bootstrap"