aboutsummaryrefslogtreecommitdiff
path: root/scripts/paku
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-19 09:20:07 -0300
committerEuAndreh <eu@euandre.org>2022-01-19 09:20:07 -0300
commitde0737e881c84c805062ca635ff001ed272a38ba (patch)
tree4fe2ecbf4138c2b7cfff3c34857c9dafb1ad6522 /scripts/paku
parentpaku.json: Add td-latest package (diff)
downloadpackage-repository-de0737e881c84c805062ca635ff001ed272a38ba.tar.gz
package-repository-de0737e881c84c805062ca635ff001ed272a38ba.tar.xz
scripts/paku: Update $TARBALL_TEMPLATE URL
Diffstat (limited to 'scripts/paku')
-rwxr-xr-xscripts/paku2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/paku b/scripts/paku
index a7e7806..dd56066 100755
--- a/scripts/paku
+++ b/scripts/paku
@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
-TARBALL_TEMPLATE='https://git.euandreh.xyz/@NAME@/snapshot/@NAME@-@VERSION@.tar.gz'
+TARBALL_TEMPLATE='https://euandreh.xyz/@NAME@.git/snapshot/@NAME@-@VERSION@.tar.gz'
tarball_url() {
NAME="$1"