From 93a1639c6699c36eda6a855045ffc6c37519125b Mon Sep 17 00:00:00 2001 From: Rael Date: Fri, 9 Oct 2015 08:15:11 -0300 Subject: New package release --- README.md | 6 +++--- scudcloud-1.0/debian/changelog | 6 ++++++ scudcloud-1.0/scudcloud | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a20cbca..2578ec3 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ First, you'll need to install at least packages for `python3`, `python-qt4` (`qt Then run the below script: it'll download the code and install it: ```bash -wget https://github.com/raelgc/scudcloud/archive/v1.0.76.tar.gz -tar -xvf v1.0.76.tar.gz -cd scudcloud-1.0.76 +wget https://github.com/raelgc/scudcloud/archive/v1.0.77.tar.gz +tar -xvf v1.0.77.tar.gz +cd scudcloud-1.0.77 SOURCE="scudcloud-1.0" INSTALL="/opt/scudcloud" sudo mkdir -p $INSTALL/lib diff --git a/scudcloud-1.0/debian/changelog b/scudcloud-1.0/debian/changelog index 3bbcbc5..ecbd6f8 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,9 @@ +scudcloud (1.0-77) trusty; urgency=medium + + * New attempt to fix suspend script (#250) + + -- Rael Gugelmin Cunha Fri, 09 Oct 2015 08:11:40 -0300 + scudcloud (1.0-76) trusty; urgency=medium * Fixing resume from suspend script (#250) diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud index b407d10..f787ed8 100755 --- a/scudcloud-1.0/scudcloud +++ b/scudcloud-1.0/scudcloud @@ -14,7 +14,7 @@ from qsingleapplication import QSingleApplication # The ScudCloud QMainWindow win = None -VERSION = '1.0.76' +VERSION = '1.0.77' def main(): global win; -- cgit v1.1