mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.567
This commit is contained in:
parent
a7b88131e3
commit
a9b7d45720
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.566
|
||||
pkgver = 3.1.567
|
||||
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.566/ipsw_3.1.566_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 959f801f6bfeea2963a2f0f01ec0e5e176fb7612b26aa956db482529537f547d
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.567/ipsw_3.1.567_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = d008fe11e9839e88fc3b89d0def76476a68fe9f31a904ce36b01468d0ae49840
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.566/ipsw_3.1.566_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = d3b3908214e9aaf1291e573895c759fdb3e32b7dba62e35512a24ea76b47015d
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.567/ipsw_3.1.567_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 0e2e6b5d32c2111f43f503570d56bb204f04778fd70d9491b59bbea5d3302529
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.566
|
||||
pkgver=3.1.567
|
||||
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.566/ipsw_3.1.566_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('959f801f6bfeea2963a2f0f01ec0e5e176fb7612b26aa956db482529537f547d')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.567/ipsw_3.1.567_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('d008fe11e9839e88fc3b89d0def76476a68fe9f31a904ce36b01468d0ae49840')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.566/ipsw_3.1.566_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('d3b3908214e9aaf1291e573895c759fdb3e32b7dba62e35512a24ea76b47015d')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.567/ipsw_3.1.567_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('0e2e6b5d32c2111f43f503570d56bb204f04778fd70d9491b59bbea5d3302529')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue