From 08c2eaabfd1f71815285b2b69a39530e919b6fe6 Mon Sep 17 00:00:00 2001
From: ptrcnull <git@ptrcnull.me>
Date: Thu, 28 Sep 2023 16:08:49 +0200
Subject: [PATCH] community/tasksh: update source url

the old one returns 404
---
 community/tasksh/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/tasksh/APKBUILD b/community/tasksh/APKBUILD
index 712f6a196236..eaa894714032 100644
--- a/community/tasksh/APKBUILD
+++ b/community/tasksh/APKBUILD
@@ -10,7 +10,7 @@ license="MIT"
 depends="task"
 makedepends="cmake samurai"
 subpackages="$pkgname-doc"
-source="http://taskwarrior.org/download/tasksh-$pkgver.tar.gz"
+source="https://github.com/GothenburgBitFactory/taskshell/releases/download/v$pkgver/tasksh-$pkgver.tar.gz"
 
 build() {
 	cmake -B build -G Ninja \
-- 
GitLab