From fb0b5a05120a7ac860345f25f2265e44b9db209a Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 18 Dec 2023 20:41:43 -0500 Subject: [PATCH] Update to 0.5.13 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fb37a90..6c87b59 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = packwiz-installer pkgdesc = An installer for packwiz modpacks. - pkgver = 0.5.12 + pkgver = 0.5.13 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=b2421cfea768328aa4668c0f1ccebe85e216d81d + source = packwiz-installer::git+https://github.com/packwiz/packwiz-installer.git#tag=1ebb28c3ccea4bdd9df38615182826f564d7966e source = packwiz-installer-bootstrap::git+https://github.com/packwiz/packwiz-installer-bootstrap.git#tag=fc4cd603d04d08c09fcd83cadb9ceedf776831e7 source = packwiz-installer.sh sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index d5049b5..9f04048 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: NullBite pkgname=packwiz-installer -pkgver=0.5.12 +pkgver=0.5.13 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=b2421cfea768328aa4668c0f1ccebe85e216d81d # git rev-parse v${pkgver} +_tag=1ebb28c3ccea4bdd9df38615182826f564d7966e # 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"