Use commit hash for -bootstrap

This commit is contained in:
NullBite 2023-06-17 19:19:13 -04:00
parent d4c7c7e27f
commit b73fc79019
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -10,8 +10,9 @@ depends=('java-environment')
makedepends=('git' makedepends=('git'
'java-environment-openjdk<=11') 'java-environment-openjdk<=11')
_tag=7b6daaf7e552f44888d68dcd8235822dd1c2956e # git rev-parse v${pkgver} _tag=7b6daaf7e552f44888d68dcd8235822dd1c2956e # git rev-parse v${pkgver}
_tag_bootstrap=fc4cd603d04d08c09fcd83cadb9ceedf776831e7
source=("$pkgname::git+https://github.com/packwiz/$pkgname.git#tag=$_tag" source=("$pkgname::git+https://github.com/packwiz/$pkgname.git#tag=$_tag"
"$pkgname-bootstrap::git+https://github.com/packwiz/$pkgname-bootstrap.git#tag=v0.0.3" "$pkgname-bootstrap::git+https://github.com/packwiz/$pkgname-bootstrap.git#tag=$_tag_bootstrap"
"packwiz-installer.sh" "packwiz-installer.sh"
"packwiz-installer-bootstrap.sh") "packwiz-installer-bootstrap.sh")
sha256sums=('SKIP' sha256sums=('SKIP'