diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 09:20:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 09:20:07 -0300 |
commit | de0737e881c84c805062ca635ff001ed272a38ba (patch) | |
tree | 4fe2ecbf4138c2b7cfff3c34857c9dafb1ad6522 /scripts/paku | |
parent | paku.json: Add td-latest package (diff) | |
download | package-repository-de0737e881c84c805062ca635ff001ed272a38ba.tar.gz package-repository-de0737e881c84c805062ca635ff001ed272a38ba.tar.xz |
scripts/paku: Update $TARBALL_TEMPLATE URL
Diffstat (limited to 'scripts/paku')
-rwxr-xr-x | scripts/paku | 2 |
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" |