mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.393
This commit is contained in:
parent
7bc2a966e7
commit
9556cee22d
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.392
|
||||
pkgver = 3.1.393
|
||||
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.392/ipsw_3.1.392_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = e591d5b240a420cd39e36b3ac7db0f604e8d88dc6588f7e7bc3276ed90b086f5
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.393/ipsw_3.1.393_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 4abffa5391039e17e9768f511d32c5688b99aa203d0f1d45ea6d1ba6e62b2433
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.392/ipsw_3.1.392_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = e9f4098f618d9601a6c277d810b3cd692c36a513372bd5aac153479f3d79f689
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.393/ipsw_3.1.393_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 83d2c3943b660d54524a8fc4283f9b7e7a6fbca9ae18567a5e8587541f8cfdec
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.392
|
||||
pkgver=3.1.393
|
||||
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.392/ipsw_3.1.392_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('e591d5b240a420cd39e36b3ac7db0f604e8d88dc6588f7e7bc3276ed90b086f5')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.393/ipsw_3.1.393_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('4abffa5391039e17e9768f511d32c5688b99aa203d0f1d45ea6d1ba6e62b2433')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.392/ipsw_3.1.392_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('e9f4098f618d9601a6c277d810b3cd692c36a513372bd5aac153479f3d79f689')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.393/ipsw_3.1.393_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('83d2c3943b660d54524a8fc4283f9b7e7a6fbca9ae18567a5e8587541f8cfdec')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue