mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.464
This commit is contained in:
parent
8b4d606261
commit
dedeea4502
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -8,9 +8,9 @@ pkgbase = ipswd-bin
|
|||
provides = ipsw
|
||||
arch = aarch64
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.464/ipswd_3.1.464_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 56abd50ab1915bbec905f57b72b4cd39606364d1883c816966996509729e3099
|
||||
sha256sums_aarch64 = 34ab5c8b2f6d50c66bd5c99501499f6a418c250a358707c46e2038045ef5a312
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.464/ipswd_3.1.464_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = a5c1f7cb4a9af01bc10e9287ccf7f19561bfba7f7908fd7ccbfb35d92c5f170b
|
||||
sha256sums_x86_64 = 98f3c09465e4e099ff06b6dfca04df5ea42ea75f84796b853521caa71f837222
|
||||
|
||||
pkgname = ipswd-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -13,10 +13,10 @@ conflicts=('ipsw')
|
|||
backup=('etc/ipsw.conf')
|
||||
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.464/ipswd_3.1.464_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('56abd50ab1915bbec905f57b72b4cd39606364d1883c816966996509729e3099')
|
||||
sha256sums_aarch64=('34ab5c8b2f6d50c66bd5c99501499f6a418c250a358707c46e2038045ef5a312')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.464/ipswd_3.1.464_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('a5c1f7cb4a9af01bc10e9287ccf7f19561bfba7f7908fd7ccbfb35d92c5f170b')
|
||||
sha256sums_x86_64=('98f3c09465e4e099ff06b6dfca04df5ea42ea75f84796b853521caa71f837222')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue