Skip to content

Commit

Permalink
fix(hugo): latest release has no packages for reasons
Browse files Browse the repository at this point in the history
This removes the latest constraint as they have tagged a source-only version.
Now that we trim our cache it may be better to take the cautious approach
and stop getting latest tags altogether.
  • Loading branch information
philclifford committed Dec 16, 2024
1 parent 6cdeca7 commit 2fdcff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-main/packages/hugo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64"
get_github_releases "gohugoio/hugo" "latest"
get_github_releases "gohugoio/hugo"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | grep -m 1 -v extended | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
Expand Down

0 comments on commit 2fdcff3

Please sign in to comment.