mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.655
This commit is contained in:
parent
5a001ed705
commit
93fda03b19
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.654
|
||||
pkgver = 3.1.655
|
||||
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/v${pkgver}/ipsw_${pkgver}_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 7338a970a9bb1cd9ea3d670fcf836bbefe91a9e14f03c98ed9bdd38da16168eb
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.655/ipsw_3.1.655_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 820154d9438a7fe6771f7c4602d2f1d12eeb490b2ad68f0406fee851b589836f
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v${pkgver}/ipsw_${pkgver}_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = a9bac554dcb359e47a426269b4895b990201fb276fbafab475821dbf91ef5972
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.655/ipsw_3.1.655_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 85b73f6cc4e5753ce56081bc8f0b185b78ebd6596e12d5923db87ce80cdaa9a9
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.654
|
||||
pkgver=3.1.655
|
||||
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=('7338a970a9bb1cd9ea3d670fcf836bbefe91a9e14f03c98ed9bdd38da16168eb')
|
||||
sha256sums_aarch64=('820154d9438a7fe6771f7c4602d2f1d12eeb490b2ad68f0406fee851b589836f')
|
||||
|
||||
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=('a9bac554dcb359e47a426269b4895b990201fb276fbafab475821dbf91ef5972')
|
||||
sha256sums_x86_64=('85b73f6cc4e5753ce56081bc8f0b185b78ebd6596e12d5923db87ce80cdaa9a9')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue