Skip to content

Commit

Permalink
fix(tixati): adapt to changed website structure
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed Dec 10, 2024
1 parent c65de7d commit 1ad5469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 01-main/packages/tixati
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DEFVER=1
get_website "https://www.tixati.com/download/linux.html"
get_website "https://www.tixati.com/linux"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep -m 1 "amd64\.deb\"" "${CACHE_FILE}" | cut -d'"' -f2)
VERSION_PUBLISHED=$(echo "${URL}" | cut -d'_' -f2)
URL=$(grep -m 1 -o 'http.*amd64\.deb\.asc' /var/cache/deb-get/tixati.html | sed 's/.asc//')
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
fi
PRETTY_NAME="Tixati"
WEBSITE="https://www.tixati.com/"
Expand Down

0 comments on commit 1ad5469

Please sign in to comment.