mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.647
This commit is contained in:
parent
e31092deb6
commit
ff2c682fe2
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ipsw-bin
|
||||
pkgdesc = iOS/macOS Research Swiss Army Knife
|
||||
pkgver = 3.1.646
|
||||
pkgver = 3.1.647
|
||||
pkgrel = 1
|
||||
url = https://github.com/blacktop/ipsw
|
||||
license = MIT
|
||||
|
|
@ -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 = 30860c2f9f130a98c0e3f8f4fc40ae3d42afbe8db58a38b805f9ead1b79c0905
|
||||
sha256sums_aarch64 = d82cbeddc35499dfc36b7a5d7d5693fa6890e2a4281ddff47dd5544ae8b6ca74
|
||||
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 = 40f900924164a1103e5fa6edfee83b137d1a3de7904a4b6f38343b06ab39bef5
|
||||
sha256sums_x86_64 = fbd45029eae8f35fc700fd0de766204f9344a387889893e5f9b5cbae9dad8c3b
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.646
|
||||
pkgver=3.1.647
|
||||
pkgrel=1
|
||||
pkgdesc='iOS/macOS Research Swiss Army Knife'
|
||||
url='https://github.com/blacktop/ipsw'
|
||||
|
|
@ -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=('30860c2f9f130a98c0e3f8f4fc40ae3d42afbe8db58a38b805f9ead1b79c0905')
|
||||
sha256sums_aarch64=('d82cbeddc35499dfc36b7a5d7d5693fa6890e2a4281ddff47dd5544ae8b6ca74')
|
||||
|
||||
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=('40f900924164a1103e5fa6edfee83b137d1a3de7904a4b6f38343b06ab39bef5')
|
||||
sha256sums_x86_64=('fbd45029eae8f35fc700fd0de766204f9344a387889893e5f9b5cbae9dad8c3b')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue