mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.660
This commit is contained in:
parent
988a7277c5
commit
59b7645802
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
pkgbase = ipswd-bin
|
||||
pkgdesc = ipsw - Daemon
|
||||
pkgver = 3.1.659
|
||||
pkgver = 3.1.660
|
||||
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.659/ipswd_3.1.659_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 68bc5ba92aacb9b517516074cb70cf2583bb6c6ab0d3fdd9ddc7dfd13091ea42
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.660/ipswd_3.1.660_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = faa02e4d57627835d92f3525ce3934f09e312ee572b1cba0e30daa7f8fe05ec2
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.659/ipswd_3.1.659_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 1169187306bdc464b797a201428483e6f8e351963b910ab02b06302982e839b5
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.660/ipswd_3.1.660_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 99c90199afb9db0028163a28f5cdcdd9f1758081ea6d4730acb2045558b8da58
|
||||
|
||||
pkgname = ipswd-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipswd-bin'
|
||||
pkgver=3.1.659
|
||||
pkgver=3.1.660
|
||||
pkgrel=1
|
||||
pkgdesc='ipsw - Daemon'
|
||||
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}/ipswd_${pkgver}_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('68bc5ba92aacb9b517516074cb70cf2583bb6c6ab0d3fdd9ddc7dfd13091ea42')
|
||||
sha256sums_aarch64=('faa02e4d57627835d92f3525ce3934f09e312ee572b1cba0e30daa7f8fe05ec2')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v${pkgver}/ipswd_${pkgver}_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('1169187306bdc464b797a201428483e6f8e351963b910ab02b06302982e839b5')
|
||||
sha256sums_x86_64=('99c90199afb9db0028163a28f5cdcdd9f1758081ea6d4730acb2045558b8da58')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue