mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.304
This commit is contained in:
parent
10c34fc8b2
commit
dd43496c0a
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.303
|
||||
pkgver = 3.1.304
|
||||
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.303/ipsw_3.1.303_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 96edea757fa07c794d455ac83f107332785b46ddb799f2c880255626b896fe56
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.304/ipsw_3.1.304_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = fc28775c2e82a4d55e531d978e185ff77bf37f0fdbc73164b7dc973c18e241d9
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.303/ipsw_3.1.303_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 409781a05fa0178a6315547bd666a33d715982a3b500392be069045117f37f07
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.304/ipsw_3.1.304_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = a72b1c6e6b2bc84df01f63cc308b092383976e92e6cbe22c1ea4936d629a8bb0
|
||||
|
||||
pkgname = ipsw-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipsw-bin'
|
||||
pkgver=3.1.303
|
||||
pkgver=3.1.304
|
||||
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.303/ipsw_3.1.303_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('96edea757fa07c794d455ac83f107332785b46ddb799f2c880255626b896fe56')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.304/ipsw_3.1.304_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('fc28775c2e82a4d55e531d978e185ff77bf37f0fdbc73164b7dc973c18e241d9')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.303/ipsw_3.1.303_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('409781a05fa0178a6315547bd666a33d715982a3b500392be069045117f37f07')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.304/ipsw_3.1.304_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('a72b1c6e6b2bc84df01f63cc308b092383976e92e6cbe22c1ea4936d629a8bb0')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue