Fedora 31

This commit is contained in:
2019-11-07 18:30:55 -06:00
parent e0438d6bf0
commit fb99b65d30
2 changed files with 11 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ if beginsWith darwin "$OSTYPE"; then
JQ_EXEC=jq-osx-amd64
SHA256_EXEC="shasum -a 256 -b"
else
DISTRO_LIST="arch centos7 debian9 debian10 fedora28 fedora29 fedora30 opensuse15 opensuse15.1 solus tumbleweed ubuntu18.04 ubuntu18.10 ubuntu19.04 ubuntu19.10"
DISTRO_LIST="arch centos7 debian9 debian10 fedora28 fedora29 fedora30 fedora31 opensuse15 opensuse15.1 solus tumbleweed ubuntu18.04 ubuntu18.10 ubuntu19.04 ubuntu19.10"
OUT_FILE=repertory-ui_${APP_VER}_linux_x86_64.AppImage
BASE64_EXEC="base64 -w0"
JQ_EXEC=jq-linux64

View File

@@ -56,6 +56,13 @@
"urls": []
}
},
"fedora31": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"opensuse15": {
"1.1.0": {
"sha256": "",
@@ -145,6 +152,9 @@
"fedora30": [
"1.1.0"
],
"fedora31": [
"1.1.0"
],
"linux": [
"unavailable"
],