mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.182
This commit is contained in:
parent
d7993d43bd
commit
2d6103e941
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.181
|
||||
pkgver = 3.1.182
|
||||
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.181/ipsw_3.1.181_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 7caa6aa8a263a5f219c9eca19e385534599472c44445aa73d9ba9568fdff5672
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.182/ipsw_3.1.182_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 6926d20b4771d5ef8bb6aeca3e87eb1e97838e560a7e912c35805e1a6a110beb
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.181/ipsw_3.1.181_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = d092bab1008623e614b2bd0e33aefaf2b7b211d8c68432889b35934ba8314304
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.182/ipsw_3.1.182_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = b12b8c32713911088cb5e200ce1f8808c1e3880ea376a690cafb354c89f3a019
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.181
|
||||
pkgver=3.1.182
|
||||
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.181/ipsw_3.1.181_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('7caa6aa8a263a5f219c9eca19e385534599472c44445aa73d9ba9568fdff5672')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.182/ipsw_3.1.182_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('6926d20b4771d5ef8bb6aeca3e87eb1e97838e560a7e912c35805e1a6a110beb')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.181/ipsw_3.1.181_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('d092bab1008623e614b2bd0e33aefaf2b7b211d8c68432889b35934ba8314304')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.182/ipsw_3.1.182_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('b12b8c32713911088cb5e200ce1f8808c1e3880ea376a690cafb354c89f3a019')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue