mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.269
This commit is contained in:
parent
877ab5334d
commit
84aa5be601
2 changed files with 10 additions and 10 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
pkgbase = ipsw-bin
|
||||
pkgdesc = iOS/macOS Research Swiss Army Knife
|
||||
pkgver = 3.1.268
|
||||
pkgver = 3.1.269
|
||||
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.268/ipsw_3.1.268_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 574cf900fc97515ce769392d724ff4f561a6cb2db8d89917abf08b81a2754b2e
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.269/ipsw_3.1.269_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 8e4316dc7f201fb2e919969292feff4eba9ccd3e3ee5f607d0031b208ef9cc83
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.268/ipsw_3.1.268_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 37c98c4fa10cb7b45e68f75a4a66b78949a0c083f9778a818430f48ea501d80f
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.269/ipsw_3.1.269_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 7f1a5b9bd2428cdd36d7211a32f2ec29a117080169150173f13e8e11c63572a8
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.268
|
||||
pkgver=3.1.269
|
||||
pkgrel=1
|
||||
pkgdesc='iOS/macOS Research Swiss Army Knife'
|
||||
url='https://github.com/blacktop/ipsw'
|
||||
|
|
@ -11,11 +11,11 @@ license=('MIT')
|
|||
provides=('ipsw')
|
||||
conflicts=('ipsw')
|
||||
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.268/ipsw_3.1.268_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('574cf900fc97515ce769392d724ff4f561a6cb2db8d89917abf08b81a2754b2e')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.269/ipsw_3.1.269_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('8e4316dc7f201fb2e919969292feff4eba9ccd3e3ee5f607d0031b208ef9cc83')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.268/ipsw_3.1.268_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('37c98c4fa10cb7b45e68f75a4a66b78949a0c083f9778a818430f48ea501d80f')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.269/ipsw_3.1.269_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('7f1a5b9bd2428cdd36d7211a32f2ec29a117080169150173f13e8e11c63572a8')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue