summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2024-01-21 15:09:56 -0700
committergoreleaserbot2024-01-21 15:09:56 -0700
commit199a3b10b8b51d735109163a76d9811769fdd7fc (patch)
treec795417c44c813279763e431df7dc8c130a10d08
parent4cacb47db9fd422441579447b24ff4c6dc496517 (diff)
downloadaur-199a3b10b8b51d735109163a76d9811769fdd7fc.tar.gz
Update to v3.1.448
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82dd839531aa..10cb6ebe37da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,9 @@ pkgbase = ipswd-bin
provides = ipsw
arch = aarch64
source_aarch64 = https://github.com/blacktop/ipsw/releases/download/v3.1.448/ipswd_3.1.448_linux_arm64.tar.gz
- sha256sums_aarch64 = 7fd534108fcefcf851e3213651a393348151989c4f46ccb5518963077a970bd0
+ sha256sums_aarch64 = 83174071075001d0a3882b6504fdda5245efbc0523c0f4ce9c666a188555acc4
arch = x86_64
source_x86_64 = https://github.com/blacktop/ipsw/releases/download/v3.1.448/ipswd_3.1.448_linux_x86_64.tar.gz
- sha256sums_x86_64 = 62cf13bda4e4a55f90772dd4f8320abe01888c45aaed962d63e201d2f4e19541
+ sha256sums_x86_64 = 9c4830818c3bc090c0657c51f86b95927c8e026bae3a7b5403a6b254c297b7a3
pkgname = ipswd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0f4124db7f04..24d5df014383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,14 +13,12 @@ conflicts=('ipsw')
backup=('etc/ipsw.conf')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.448/ipswd_3.1.448_linux_arm64.tar.gz")
-sha256sums_aarch64=('7fd534108fcefcf851e3213651a393348151989c4f46ccb5518963077a970bd0')
+sha256sums_aarch64=('83174071075001d0a3882b6504fdda5245efbc0523c0f4ce9c666a188555acc4')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/blacktop/ipsw/releases/download/v3.1.448/ipswd_3.1.448_linux_x86_64.tar.gz")
-sha256sums_x86_64=('62cf13bda4e4a55f90772dd4f8320abe01888c45aaed962d63e201d2f4e19541')
+sha256sums_x86_64=('9c4830818c3bc090c0657c51f86b95927c8e026bae3a7b5403a6b254c297b7a3')
package() {
- cd ipswd_${pkgver}_linux_${CHOST%%-*}
-
# bin
install -Dm755 "./ipswd" "${pkgdir}/usr/bin/ipswd"