mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.224
This commit is contained in:
parent
86a0ad5eeb
commit
fb7286c031
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.223
|
||||
pkgver = 3.1.224
|
||||
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.223/ipsw_3.1.223_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 2d705db556f6fb7d9e8138d5b3800ffbf7a79134c9515bb11b2f9e66808e6e57
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.224/ipsw_3.1.224_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 73cfba0b335a1a86f7336aeeb3db8fcc18731ee019677c9fe1cda0885dd973d4
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.223/ipsw_3.1.223_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 0dba91015a711bcf990dbe167a4d7d9181181176ea6e09bca8aeea1241b3f773
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.224/ipsw_3.1.224_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 9964ef545dc2b6dfa4ba0100f1331d738d1f327ea9573c0fa5f6cc338d8dea3c
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.223
|
||||
pkgver=3.1.224
|
||||
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.223/ipsw_3.1.223_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('2d705db556f6fb7d9e8138d5b3800ffbf7a79134c9515bb11b2f9e66808e6e57')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.224/ipsw_3.1.224_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('73cfba0b335a1a86f7336aeeb3db8fcc18731ee019677c9fe1cda0885dd973d4')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.223/ipsw_3.1.223_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('0dba91015a711bcf990dbe167a4d7d9181181176ea6e09bca8aeea1241b3f773')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.224/ipsw_3.1.224_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('9964ef545dc2b6dfa4ba0100f1331d738d1f327ea9573c0fa5f6cc338d8dea3c')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue