[wlroots] no more github

This commit is contained in:
Gwenhael Le Moine 2021-11-04 13:10:43 +01:00
parent d094ba8ad7
commit 9db0437156
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -1,7 +1,7 @@
#!/bin/bash -e
# variables
VERSION=${VERSION:-$(curl -s https://api.github.com/repos/${GITHUB_REPO}/releases/latest | jq -r .tag_name | sed 's|^null$|trunk|')} # or VERSION=trunk
VERSION=${VERSION:-"trunk"}
BUILD=1