mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.640
This commit is contained in:
parent
aaf3060f22
commit
6db74ff0bf
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.639
|
||||
pkgver = 3.1.640
|
||||
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.639/ipsw_3.1.639_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 436579dc04750b41eb00782905c42851f962843247702b2473d945b68448ac82
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.640/ipsw_3.1.640_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 1a30c9605fbdd4f29f8b97b2b18f8280bdb18b1f31212a0bc6dd96dceace962b
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.639/ipsw_3.1.639_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = ebe9464f35d6c805087b4993a7ccc1eaab42c35945b03be992d54f0ecea3dea0
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.640/ipsw_3.1.640_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 7c1771cd41337c5cbfd68e5ca1d4e5a1834f715274041c0c8df54d9bd389322d
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.639
|
||||
pkgver=3.1.640
|
||||
pkgrel=1
|
||||
pkgdesc='iOS/macOS Research Swiss Army Knife'
|
||||
url='https://github.com/blacktop/ipsw'
|
||||
|
|
@ -12,11 +12,11 @@ provides=('ipsw')
|
|||
conflicts=('ipsw')
|
||||
backup=('etc/ipsw.conf')
|
||||
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.639/ipsw_3.1.639_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('436579dc04750b41eb00782905c42851f962843247702b2473d945b68448ac82')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.640/ipsw_3.1.640_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('1a30c9605fbdd4f29f8b97b2b18f8280bdb18b1f31212a0bc6dd96dceace962b')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.639/ipsw_3.1.639_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('ebe9464f35d6c805087b4993a7ccc1eaab42c35945b03be992d54f0ecea3dea0')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.640/ipsw_3.1.640_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('7c1771cd41337c5cbfd68e5ca1d4e5a1834f715274041c0c8df54d9bd389322d')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue