mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.652
This commit is contained in:
parent
26ffe28c45
commit
047d5ba07c
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -8,9 +8,9 @@ pkgbase = ipsw-bin
|
|||
provides = ipsw
|
||||
arch = aarch64
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v${pkgver}/ipsw_${pkgver}_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 569638abbd295a89f076d92da852ddca95c7f574734ba4237f755db0bb25b638
|
||||
sha256sums_aarch64 = 25b856e7ab949e3324ffca06f6d1bc1ac6e13b1f0c799f3fd8e157b4ea4268fb
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v${pkgver}/ipsw_${pkgver}_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 307d81c85daf502ddc3d755d48b995b2747ecf5053c7718a3ed6306ebb193235
|
||||
sha256sums_x86_64 = 50f5f7211fc43b9aff961ad228a54df653b7fa61011b50e595275e6e8d7fe281
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -13,10 +13,10 @@ conflicts=('ipsw')
|
|||
backup=('etc/ipsw.conf')
|
||||
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v${pkgver}/ipsw_${pkgver}_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('569638abbd295a89f076d92da852ddca95c7f574734ba4237f755db0bb25b638')
|
||||
sha256sums_aarch64=('25b856e7ab949e3324ffca06f6d1bc1ac6e13b1f0c799f3fd8e157b4ea4268fb')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v${pkgver}/ipsw_${pkgver}_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('307d81c85daf502ddc3d755d48b995b2747ecf5053c7718a3ed6306ebb193235')
|
||||
sha256sums_x86_64=('50f5f7211fc43b9aff961ad228a54df653b7fa61011b50e595275e6e8d7fe281')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue