mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.663
This commit is contained in:
parent
3a49e3f8a0
commit
fe50174eb5
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
pkgbase = ipsw-bin
|
||||
pkgdesc = iOS/macOS Research Swiss Army Knife
|
||||
pkgver = 3.1.662
|
||||
pkgver = 3.1.663
|
||||
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.662/ipsw_3.1.662_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = b2444103474c6b6fe5f97685ca5b6d77a26eabe94683b9dff7b67f00ef3ff2b7
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.663/ipsw_3.1.663_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = a49d39545472ad1ce6fcadc118267a2efcf8aa657a10a562c858f67176cf9982
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.662/ipsw_3.1.662_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = d077c61014922dfc20831768bc3ff1654942ae4b31297cbc7e0dd43a170882ac
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.663/ipsw_3.1.663_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 0277eee9cf539d8d806b20adf76c938b7124e668c3639aa3e16a01a52d577bba
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.662
|
||||
pkgver=3.1.663
|
||||
pkgrel=1
|
||||
pkgdesc='iOS/macOS Research Swiss Army Knife'
|
||||
url='https://github.com/blacktop/ipsw'
|
||||
|
|
@ -13,10 +13,10 @@ conflicts=('ipsw')
|
|||
backup=('etc/ipsw.conf')
|
||||
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v${pkgver}/ipsw_${pkgver}_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('b2444103474c6b6fe5f97685ca5b6d77a26eabe94683b9dff7b67f00ef3ff2b7')
|
||||
sha256sums_aarch64=('a49d39545472ad1ce6fcadc118267a2efcf8aa657a10a562c858f67176cf9982')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v${pkgver}/ipsw_${pkgver}_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('d077c61014922dfc20831768bc3ff1654942ae4b31297cbc7e0dd43a170882ac')
|
||||
sha256sums_x86_64=('0277eee9cf539d8d806b20adf76c938b7124e668c3639aa3e16a01a52d577bba')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue