mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.1.537
This commit is contained in:
parent
05f32b844f
commit
3f0d67eec8
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.536
|
||||
pkgver = 3.1.537
|
||||
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.536/ipswd_3.1.536_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 8ac3762290e18102dbd44070669a81554dddda9de4ee04d5009678ef1ea5b8c8
|
||||
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.537/ipswd_3.1.537_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 02d1889d2a279dfe26dc17da08d19c96e2d4ebef2910df44e662ea68e243a777
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.536/ipswd_3.1.536_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 8f513525f397da08d7a25e4b43e3f4c7cbc8b1fce95e9b75e908673e2120c0cd
|
||||
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.537/ipswd_3.1.537_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 2bdfff45ae8fef7ad16ad36ed95c3d4eac62e6816c9b4a9f0d08888e3c55cd92
|
||||
|
||||
pkgname = ipswd-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Blacktop <https://github.com/blacktop>
|
||||
|
||||
pkgname='ipswd-bin'
|
||||
pkgver=3.1.536
|
||||
pkgver=3.1.537
|
||||
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.536/ipswd_3.1.536_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('8ac3762290e18102dbd44070669a81554dddda9de4ee04d5009678ef1ea5b8c8')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.537/ipswd_3.1.537_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('02d1889d2a279dfe26dc17da08d19c96e2d4ebef2910df44e662ea68e243a777')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.536/ipswd_3.1.536_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('8f513525f397da08d7a25e4b43e3f4c7cbc8b1fce95e9b75e908673e2120c0cd')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.537/ipswd_3.1.537_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('2bdfff45ae8fef7ad16ad36ed95c3d4eac62e6816c9b4a9f0d08888e3c55cd92')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue