mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.191
This commit is contained in:
parent
52c1872bdc
commit
eb456ba7d9
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.190
|
||||
pkgver = 3.1.191
|
||||
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.190/ipsw_3.1.190_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = ec37115038616f7340264366272631d5ea6ea32fd459b988467f350d57d8966e
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.191/ipsw_3.1.191_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = f77152be1812f78c2f1dc116e565a511c5aa5e7da9cfe3d3139fabd904c920ad
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.190/ipsw_3.1.190_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 9f83aea8232e0859bb6d63588cb7d8374a7de5791db5c1fc8980d597816e290a
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.191/ipsw_3.1.191_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = b1e81737b81f0c5727b29668e591c6b2a520fb9a32f4edefe8e7e74bd2e3c2ad
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.190
|
||||
pkgver=3.1.191
|
||||
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.190/ipsw_3.1.190_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('ec37115038616f7340264366272631d5ea6ea32fd459b988467f350d57d8966e')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.191/ipsw_3.1.191_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('f77152be1812f78c2f1dc116e565a511c5aa5e7da9cfe3d3139fabd904c920ad')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.190/ipsw_3.1.190_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('9f83aea8232e0859bb6d63588cb7d8374a7de5791db5c1fc8980d597816e290a')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.191/ipsw_3.1.191_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('b1e81737b81f0c5727b29668e591c6b2a520fb9a32f4edefe8e7e74bd2e3c2ad')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue