Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed Aug 14, 2022
1 parent ae104c8 commit b491e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -2352,7 +2352,7 @@ function deb_flameshot() {
if [ "${ACTION}" != "prettylist" ]; then
URL="$(grep "browser_download_url.*\.${UPSTREAM_ID}-${UPSTREAM_RELEASE}\.${HOST_ARCH}\.deb\"" "${CACHE_DIR}/${APP}.json" | head -n1 | cut -d'"' -f4)"
local VERSION_TMP="${URL##*/flameshot-}"
VERSION_PUBLISHED="${VERSION_TMP%%-ubuntu*}"
VERSION_PUBLISHED="${VERSION_TMP%%[-.]ubuntu*}"
fi
PRETTY_NAME="Flameshot"
WEBSITE="https://flameshot.org/"
Expand Down

0 comments on commit b491e91

Please # to comment.