From 547580e10cf90c768d857de1da4af01e1878b665 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= <orhunparmaksiz@gmail.com>
Date: Tue, 9 Apr 2024 14:41:25 +0300
Subject: [PATCH] testing/heh: upgrade to 0.5.0

---
 testing/heh/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/heh/APKBUILD b/testing/heh/APKBUILD
index ca05ffe23fab..1c06ac0ae62a 100644
--- a/testing/heh/APKBUILD
+++ b/testing/heh/APKBUILD
@@ -1,18 +1,18 @@
 # Contributor: Orhun Parmaksız <orhunparmaksiz@gmail.com>
 # Maintainer: Orhun Parmaksız <orhunparmaksiz@gmail.com>
 pkgname=heh
-pkgver=0.4.1
+pkgver=0.5.0
 pkgrel=0
 pkgdesc="A terminal UI to edit bytes by the nibble"
 url="https://github.com/ndd7xv/heh"
-arch="all !s390x" # FTBFS
+arch="all !s390x !x86" # FTBFS
 license="MIT"
 makedepends="
 	cargo
 	cargo-auditable
 	"
 subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/ndd7xv/heh/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/ndd7xv/heh/archive/refs/tags/v$pkgver.tar.gz"
 options="net"
 
 prepare() {
@@ -36,5 +36,5 @@ package() {
 }
 
 sha512sums="
-fc3ee5188f6fc5153f088c18d5f1b2d964b6ead73a89941f570cacbea7a7f21f614d9cf7297bc9ed85084b798971966f2d90844f084dc5098ba9efbb78466a0e  heh-0.4.1.tar.gz
+3b1546d478ed8fb8a9a2b58215de1b957666f85f17c2db577a4e888c2b9d63c5e423b7585e19c9e526b42d2f6d0ebd71a17f4ae2f89fe1dc17be6eca2c58d781  heh-0.5.0.tar.gz
 "
-- 
GitLab