mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.517
This commit is contained in:
parent
a067414cea
commit
bde9211d94
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.516
|
||||
pkgver = 3.1.517
|
||||
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.516/ipswd_3.1.516_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = b4bcf6335a5cd344b72a2eb6e329f92d4b07edf125564dd50a93537a6aed5f00
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.517/ipswd_3.1.517_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = d6b627a1cd357b6739968dd151e2ba3e428caadb1b6f3256fdcd0d3fb3cb57e7
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.516/ipswd_3.1.516_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 4a67eeee835216a18e6dba4f7a370976ba87fa15f28947055fd35401a64a3b8b
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.517/ipswd_3.1.517_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 3222bc8905c563b8a51a685b801583744ba319215be9c6f6745139ae09c4750f
|
||||
|
||||
pkgname = ipswd-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipswd-bin'
|
||||
pkgver=3.1.516
|
||||
pkgver=3.1.517
|
||||
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.516/ipswd_3.1.516_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('b4bcf6335a5cd344b72a2eb6e329f92d4b07edf125564dd50a93537a6aed5f00')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.517/ipswd_3.1.517_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('d6b627a1cd357b6739968dd151e2ba3e428caadb1b6f3256fdcd0d3fb3cb57e7')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.516/ipswd_3.1.516_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('4a67eeee835216a18e6dba4f7a370976ba87fa15f28947055fd35401a64a3b8b')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.517/ipswd_3.1.517_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('3222bc8905c563b8a51a685b801583744ba319215be9c6f6745139ae09c4750f')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue