mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.301
This commit is contained in:
parent
51d2200a6f
commit
8f74064d2f
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.300
|
||||
pkgver = 3.1.301
|
||||
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.300/ipsw_3.1.300_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 3c0c771a551427627d8ea4dd757c0f10204cbcca5f5609d0eaf0de99ff9df1a4
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.301/ipsw_3.1.301_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 74b5b858ad36b115c8ab99e6d82799064d9d5af498582baf597bae11d11a32b1
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.300/ipsw_3.1.300_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 4ae0d8fa16ccbca63fd2001536b8f7b3522c9061c1a21088e605d6014533379a
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.301/ipsw_3.1.301_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 5e0bfef8d31810acf31950fd46460438ba5cd02c3dd1e92bc7e77a0ae2f44d6a
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.300
|
||||
pkgver=3.1.301
|
||||
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.300/ipsw_3.1.300_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('3c0c771a551427627d8ea4dd757c0f10204cbcca5f5609d0eaf0de99ff9df1a4')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.301/ipsw_3.1.301_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('74b5b858ad36b115c8ab99e6d82799064d9d5af498582baf597bae11d11a32b1')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.300/ipsw_3.1.300_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('4ae0d8fa16ccbca63fd2001536b8f7b3522c9061c1a21088e605d6014533379a')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.301/ipsw_3.1.301_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('5e0bfef8d31810acf31950fd46460438ba5cd02c3dd1e92bc7e77a0ae2f44d6a')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue