mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.330
This commit is contained in:
parent
9e9a22864c
commit
99a7ad820d
2 changed files with 18 additions and 18 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -1,22 +1,22 @@
|
|||
pkgbase = ipsw-bin
|
||||
pkgdesc = iOS/macOS Research Swiss Army Knife
|
||||
pkgver = 3.1.329
|
||||
pkgver = 3.1.330
|
||||
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.329/ipsw_3.1.329_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = ca5ee633925407820e1648734a5bebf70d0d708f2f601e05a230f7efa7634dae
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.330/ipsw_3.1.330_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 56a987c13aad5e65768ccbfe7297cf0924d69361e8e35f2e4f907afd4aefc7bf
|
||||
arch = aarch64
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.329/ipswd_3.1.329_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 7b109c79fd70402fc0bdba6ec80fbe7a7f9e3d7d8e26a2c5b0cfc7001add343a
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.330/ipswd_3.1.330_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 8daa4f473a04b85b44e435a0b88f2230cd097de0d3cb8b5435d9138c1b6785cc
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.329/ipsw_3.1.329_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = be31437d19e3e73fc91bdc03d70ffb3b0a1aabf0dd6b92f6df61d66af7c3c13f
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.330/ipsw_3.1.330_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 1b14d91bf915403c1c44329beb8aa7db1ad65584a0ceff4fbf75766584f8ea86
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.329/ipswd_3.1.329_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 20b12c789f8a0d45bfb403905882a3ab50b05a096ffe5993664f336570974216
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.330/ipswd_3.1.330_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 51d36dd5a67a6edf62bfb7eee95bb481f71926500888be3fde61cdcfa90968b4
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
18
PKGBUILD
18
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.329
|
||||
pkgver=3.1.330
|
||||
pkgrel=1
|
||||
pkgdesc='iOS/macOS Research Swiss Army Knife'
|
||||
url='https://github.com/blacktop/ipsw'
|
||||
|
|
@ -12,17 +12,17 @@ provides=('ipsw')
|
|||
conflicts=('ipsw')
|
||||
backup=('/etc/ipsw.conf')
|
||||
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.329/ipsw_3.1.329_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('ca5ee633925407820e1648734a5bebf70d0d708f2f601e05a230f7efa7634dae')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.330/ipsw_3.1.330_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('56a987c13aad5e65768ccbfe7297cf0924d69361e8e35f2e4f907afd4aefc7bf')
|
||||
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.329/ipswd_3.1.329_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('7b109c79fd70402fc0bdba6ec80fbe7a7f9e3d7d8e26a2c5b0cfc7001add343a')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.330/ipswd_3.1.330_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('8daa4f473a04b85b44e435a0b88f2230cd097de0d3cb8b5435d9138c1b6785cc')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.329/ipsw_3.1.329_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('be31437d19e3e73fc91bdc03d70ffb3b0a1aabf0dd6b92f6df61d66af7c3c13f')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.330/ipsw_3.1.330_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('1b14d91bf915403c1c44329beb8aa7db1ad65584a0ceff4fbf75766584f8ea86')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.329/ipswd_3.1.329_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('20b12c789f8a0d45bfb403905882a3ab50b05a096ffe5993664f336570974216')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.330/ipswd_3.1.330_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('51d36dd5a67a6edf62bfb7eee95bb481f71926500888be3fde61cdcfa90968b4')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue