Skip to content

Commit

Permalink
fix: get latest released deb for micro
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Sep 7, 2024
1 parent 270ad99 commit 37ee7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01-main/packages/micro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEFVER=1
get_github_releases "zyedidia/micro" latest
get_github_releases "zyedidia/micro"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | grep -v nightly | head -n1 | cut -d'"' -f4)
URL=$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | grep -m 1 -v nightly | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="micro"
Expand Down

0 comments on commit 37ee7e3

Please sign in to comment.