mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.623
This commit is contained in:
parent
7737382887
commit
7d52648cf5
2 changed files with 10 additions and 10 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
pkgbase = ipswd-bin
|
||||
pkgdesc = ipsw - Daemon
|
||||
pkgver = 3.1.622
|
||||
pkgver = 3.1.623
|
||||
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.622/ipswd_3.1.622_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = cc51d26032bc95c436065030cec131c9585f2d37b30e97c32cfa1e78388a77f9
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.623/ipswd_3.1.623_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = fdc0c36cc29a0e39088afe1121a501c175fdadd4ab7e963a4a8670a7284d907c
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.622/ipswd_3.1.622_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 4f4c2b9046a81afbc22307a595ff63c371925299c2f0852d7b2a8c85771bf4a4
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.623/ipswd_3.1.623_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = c8f723b7a83465a525af4ef16dac83bc14bc7a83387b2355a3d6951474722f70
|
||||
|
||||
pkgname = ipswd-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipswd-bin'
|
||||
pkgver=3.1.622
|
||||
pkgver=3.1.623
|
||||
pkgrel=1
|
||||
pkgdesc='ipsw - Daemon'
|
||||
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.622/ipswd_3.1.622_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('cc51d26032bc95c436065030cec131c9585f2d37b30e97c32cfa1e78388a77f9')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.623/ipswd_3.1.623_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('fdc0c36cc29a0e39088afe1121a501c175fdadd4ab7e963a4a8670a7284d907c')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.622/ipswd_3.1.622_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('4f4c2b9046a81afbc22307a595ff63c371925299c2f0852d7b2a8c85771bf4a4')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.623/ipswd_3.1.623_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('c8f723b7a83465a525af4ef16dac83bc14bc7a83387b2355a3d6951474722f70')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue