Update to v3.1.446

This commit is contained in:
goreleaserbot 2024-01-18 17:35:04 -07:00
parent cefb080772
commit 96c187f8f7
2 changed files with 10 additions and 10 deletions

View file

@ -1,16 +1,16 @@
pkgbase = ipsw-bin
pkgdesc = iOS/macOS Research Swiss Army Knife
pkgver = 3.1.445
pkgver = 3.1.446
pkgrel = 1
url = https://github.com/blacktop/ipsw
license = MIT
conflicts = ipsw
provides = ipsw
arch = aarch64
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.445/ipsw_3.1.445_linux_arm64.tar.gz
sha256sums_aarch64 = 8859c07d2083883d65880efaef6aba0ec88e6ba3f3ea6b6381f31750d3f2ca5e
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.446/ipsw_3.1.446_linux_arm64.tar.gz
sha256sums_aarch64 = 144b337bcca55b20c01e2cae0a14235eaaf850950665a195aebbba45493ec0a0
arch = x86_64
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.445/ipsw_3.1.445_linux_x86_64.tar.gz
sha256sums_x86_64 = 9895c78a038bade5185e701af14a734fc3d7756383f0427eeb9124e3c4926c13
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.446/ipsw_3.1.446_linux_x86_64.tar.gz
sha256sums_x86_64 = cd6d9d87b40b7b69858214dde2e0b7be8a35fa705188efb7047161ae472d5a34
pkgname = ipsw-bin

View file

@ -2,7 +2,7 @@
# Maintainer: Blacktop <https://github.com/blacktop>
pkgname='ipsw-bin'
pkgver=3.1.445
pkgver=3.1.446
pkgrel=1
pkgdesc='iOS/macOS Research Swiss Army Knife'
url='https://github.com/blacktop/ipsw'
@ -12,11 +12,11 @@ provides=('ipsw')
conflicts=('ipsw')
backup=('etc/ipsw.conf')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.445/ipsw_3.1.445_linux_arm64.tar.gz")
sha256sums_aarch64=('8859c07d2083883d65880efaef6aba0ec88e6ba3f3ea6b6381f31750d3f2ca5e')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.446/ipsw_3.1.446_linux_arm64.tar.gz")
sha256sums_aarch64=('144b337bcca55b20c01e2cae0a14235eaaf850950665a195aebbba45493ec0a0')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.445/ipsw_3.1.445_linux_x86_64.tar.gz")
sha256sums_x86_64=('9895c78a038bade5185e701af14a734fc3d7756383f0427eeb9124e3c4926c13')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.446/ipsw_3.1.446_linux_x86_64.tar.gz")
sha256sums_x86_64=('cd6d9d87b40b7b69858214dde2e0b7be8a35fa705188efb7047161ae472d5a34')
package() {
cd ipsw_${pkgver}_linux_${CHOST%%-*}