CentOS 8 support

This commit is contained in:
2020-01-08 15:19:25 -06:00
parent 786181ed21
commit b539e8e641
5 changed files with 15 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
# Changelog # Changelog
## 1.1.3
* CentOS 8 support
## 1.1.2 ## 1.1.2
* Style changes * Style changes

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "repertory-ui", "name": "repertory-ui",
"version": "1.1.2", "version": "1.1.3",
"private": true, "private": true,
"author": "scott.e.graves@protonmail.com", "author": "scott.e.graves@protonmail.com",
"description": "GUI for Repertory - Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.", "description": "GUI for Repertory - Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.",

View File

@@ -13,6 +13,9 @@ if [ -f /etc/centos-release ]; then
if [ "$VERSION_ID" = "7" ]; then if [ "$VERSION_ID" = "7" ]; then
DISTNAME=centos DISTNAME=centos
DISTVER=7 DISTVER=7
elif [ "$VERSION_ID" = "8" ]; then
DISTNAME=centos
DISTVER=8
else else
resetDistVer resetDistVer
fi fi

View File

@@ -20,6 +20,13 @@
] ]
} }
}, },
"centos8": {
"1.1.3": {
"sha256": "",
"sig": "",
"urls": []
}
},
"darwin": { "darwin": {
"1.1.2": { "1.1.2": {
"sha256": "0c9c4de2006ecc4ecc6166af979cc5e0b66212472d21c542d4198013e354e275", "sha256": "0c9c4de2006ecc4ecc6166af979cc5e0b66212472d21c542d4198013e354e275",