Update to version 0.5.11

This commit is contained in:
NullBite 2023-06-25 10:28:22 -04:00
parent 489f64dbca
commit 4305575838
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,7 +1,7 @@
# Maintainer: NullBite <aur.archlinux@nullbite.com>
pkgname=packwiz-installer
pkgver=0.5.10
pkgrel=4
pkgver=0.5.11
pkgrel=1
pkgdesc="An installer for packwiz modpacks."
arch=("any")
url="https://github.com/packwiz/packwiz-installer"
@ -9,7 +9,7 @@ license=("MIT")
depends=('java-runtime')
makedepends=('git'
'java-environment<=11')
_tag=7b6daaf7e552f44888d68dcd8235822dd1c2956e # git rev-parse v${pkgver}
_tag=6f05ac6bf0daff9e017c7c8a824b36c2ad04e22f # 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"