aboutsummaryrefslogtreecommitdiffstats
path: root/community/heimdall/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/heimdall/APKBUILD')
-rw-r--r--community/heimdall/APKBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/community/heimdall/APKBUILD b/community/heimdall/APKBUILD
index 5b95e2083bb..08ef3be5173 100644
--- a/community/heimdall/APKBUILD
+++ b/community/heimdall/APKBUILD
@@ -1,17 +1,16 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: Henrik Grimler <henrik@grimler.se>
pkgname=heimdall
-pkgver=1.4.2
-pkgrel=1
+pkgver=2.0.2
+pkgrel=0
pkgdesc="Free implementation of Samsung Galaxy devices flashing protocol"
-url="https://gitlab.com/BenjaminDobell/Heimdall"
+url="https://git.sr.ht/~grimler/Heimdall"
arch="all"
license="MIT"
makedepends="libusb-dev cmake"
-source="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v$pkgver/Heimdall-v$pkgver.tar.gz
+source="$pkgname-v$pkgver.tar.gz::https://git.sr.ht/~grimler/Heimdall/archive/v$pkgver.tar.gz
heimdall_flash_kernel.sh
heimdall_wait_for_device.sh
- reset-device-before-handshake.patch
"
options="!check" # No tests
builddir="$srcdir/Heimdall-v$pkgver"
@@ -31,8 +30,7 @@ package() {
}
sha512sums="
-ed9c5cc7e9377647474ba1af8b7a06d7bbc2371d379d83c2e5cd8463637c52c08c269ab18b6a0a0bec91be8101978748b2d10dd78629ba567bd2c2e452633f63 Heimdall-v1.4.2.tar.gz
+62849bfe7550214dd774efea65169673fa916f9d204000f793d995aed9def95fcc895c8913cd648f2397ab7fd154257e0394b78c180ed60d043c75858bac7c0a heimdall-v2.0.2.tar.gz
f2cae8ee8bd598ca7e2ca8ccb01318dc3b7b049f6177e41a1a3b82906de86cae4f789438d9ed319ec06fd957814d59ec8b5a0f0096630cad0f2ef89825d4fd1a heimdall_flash_kernel.sh
45e742bb3a8c8d0bc6806a4e9f860b04f255cad72a8602c04759178284c66e0a90d3ea22249b5fa69de1dd1d6ecd6221adaa63d611aa20d2a54aa20868e86a9f heimdall_wait_for_device.sh
-56bc1d52324b8bad167dcd34a587dadf2cf5cd508badce5095da6aee8315ac459200c4ce92ac8454c2747d40b9c07bb7897c0f5e73deec70ee4381b253a18014 reset-device-before-handshake.patch
"