From b539e8e6413b190feca6908936caa607a385faf5 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 8 Jan 2020 15:19:25 -0600 Subject: [PATCH] CentOS 8 support --- CHANGELOG.md | 3 +++ create_dist.sh | 2 +- package.json | 2 +- public/detect_linux.sh | 3 +++ releases.json | 7 +++++++ 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e570f..747e78b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 1.1.3 +* CentOS 8 support + ## 1.1.2 * Style changes diff --git a/create_dist.sh b/create_dist.sh index aa98e53..98a6b08 100755 --- a/create_dist.sh +++ b/create_dist.sh @@ -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 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 BASE64_EXEC="base64 -w0" JQ_EXEC=jq-linux64 diff --git a/package.json b/package.json index e59e0ff..542a303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repertory-ui", - "version": "1.1.2", + "version": "1.1.3", "private": true, "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.", diff --git a/public/detect_linux.sh b/public/detect_linux.sh index 51f51f7..095e9ea 100644 --- a/public/detect_linux.sh +++ b/public/detect_linux.sh @@ -13,6 +13,9 @@ if [ -f /etc/centos-release ]; then if [ "$VERSION_ID" = "7" ]; then DISTNAME=centos DISTVER=7 + elif [ "$VERSION_ID" = "8" ]; then + DISTNAME=centos + DISTVER=8 else resetDistVer fi diff --git a/releases.json b/releases.json index d30edbf..be4e6dd 100644 --- a/releases.json +++ b/releases.json @@ -20,6 +20,13 @@ ] } }, + "centos8": { + "1.1.3": { + "sha256": "", + "sig": "", + "urls": [] + } + }, "darwin": { "1.1.2": { "sha256": "0c9c4de2006ecc4ecc6166af979cc5e0b66212472d21c542d4198013e354e275",