Skip to content

Commit 4e142b7

Browse files
sylvainfaivreflexiondotorg
authored andcommitted
fix(koreader): package name scheme (#1400)
1 parent 6379edb commit 4e142b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-main/packages/koreader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARCHS_SUPPORTED="amd64 arm64 armhf armhl"
33
get_github_releases "koreader/koreader" "latest"
44
if [ "${ACTION}" != "prettylist" ]; then
55
URL=$(grep -m 1 "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
6-
VERSION_PUBLISHED=$(echo "${URL}" | cut -d'_' -f2)
6+
VERSION_PUBLISHED=$(echo "${URL}" | cut -d'-' -f2)
77
fi
88
PRETTY_NAME="KOReader"
99
WEBSITE="https://koreader.rocks/"

0 commit comments

Comments
 (0)