Skip to content

Commit 6eb8dcb

Browse files
VanoMajukinvitlav
authored andcommitted
epm play yucca: fix getting version (eterbug #17865)
1 parent 1acb013 commit 6eb8dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play.d/yucca.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ case $(epm print info -a) in
2020
esac
2121

2222
if [ "$VERSION" = "*" ] ; then
23-
VERSION=$(eget --list --latest "https://docs.yucca.app/releases/" | grep -oP 'v\K[0-9]+\.[0-9]+\.[0-9]+')
23+
VERSION=$(eget -O- https://releases.yucca.app/latest/VERSION.txt)
2424
fi
2525

2626
PKGURL="https://releases.yucca.app/v${VERSION}/yucca_${VERSION}_linux_${arch}.tar.gz"

0 commit comments

Comments
 (0)