diff --git a/app/configs/application.json b/app/configs/application.json index 311d2b579c5adb7f3f5fb89e0905c98bd404c160..7eed2a7aabef92a0a9ce3b3c5b86d0e28e3b9964 100644 --- a/app/configs/application.json +++ b/app/configs/application.json @@ -1,7 +1,7 @@ { "id": "ocs-manager", "name": "ocs-manager", - "version": "0.6.4", + "version": "0.6.5", "organization": "Opendesktop.org", "domain": "org.opendesktop.ocs-manager", "icon": ":/desktop/ocs-manager.svg", diff --git a/pkg/appimage/appimagebuild b/pkg/appimage/appimagebuild index a0361c060def18eebb743ea2b65eaa5f94f20125..a95815e16dc5ee231ebe7c0d6e31eb89001309a4 100755 --- a/pkg/appimage/appimagebuild +++ b/pkg/appimage/appimagebuild @@ -1,7 +1,7 @@ #!/bin/bash PKGNAME='ocs-manager' -PKGVER='0.6.4' +PKGVER='0.6.5' PKGREL='1' curl -fsSL -o linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage diff --git a/scripts/package b/scripts/package index 5e1f0d85c0d38ee32347b652751a559316e49eb7..b5e3d8fc0832605c2c6f3c4584e8844cfb07cc49 100755 --- a/scripts/package +++ b/scripts/package @@ -18,7 +18,7 @@ ci_appimage() { # docker-image: ubuntu:14.04 apt -y install libfontconfig1 libfreetype6 libssl1.0.0 zlib1g unzip p7zip unar apt -y install software-properties-common - add-apt-repository -y ppa:beineri/opt-qt595-trusty + add-apt-repository -y ppa:beineri/opt-qt596-trusty echo 'deb http://download.opensuse.org/repositories/home:/TheAssassin:/AppImageLibraries/xUbuntu_14.04/ /' > /etc/apt/sources.list.d/curl-httponly.list curl -fsSL https://download.opensuse.org/repositories/home:TheAssassin:AppImageLibraries/xUbuntu_14.04/Release.key | apt-key add - apt update -qq