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
1cb1dc3186
commit
560e7aba35
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.302
|
||||
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.302/ipsw_3.1.302_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 2f8d53924cf6cd627a09ad7ef72d830ae94fac204d67a2854a5b895f69ef027a
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.301/ipsw_3.1.301_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 8197d04e2553ca10ed9fb96654e7d897ad23b4eeb8118d10b685d8a9c15b11b7
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.302/ipsw_3.1.302_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = faeb6bf5cb8964313709e0a48716ef556a3a38db3e4d2fde1f6d0249e86fcd27
|
||||
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 = deece80cb57ec67b7ca8c970ce2d2767c387861f926e5e13740e030170a4a76c
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.302
|
||||
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.302/ipsw_3.1.302_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('2f8d53924cf6cd627a09ad7ef72d830ae94fac204d67a2854a5b895f69ef027a')
|
||||
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=('8197d04e2553ca10ed9fb96654e7d897ad23b4eeb8118d10b685d8a9c15b11b7')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.302/ipsw_3.1.302_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('faeb6bf5cb8964313709e0a48716ef556a3a38db3e4d2fde1f6d0249e86fcd27')
|
||||
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=('deece80cb57ec67b7ca8c970ce2d2767c387861f926e5e13740e030170a4a76c')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue