diff options
author | Rael <rael.gc@gmail.com> | 2015-10-10 21:29:36 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-10-10 21:29:36 -0300 |
commit | 49cdb1fc85cf5909626427b58bddbe4a1a33702b (patch) | |
tree | ad2a86c3de678cc666a480bbaaf307971d520999 | |
parent | 434fbe717b606233ac97878186ff370c16a91a8a (diff) | |
download | scudcloud-49cdb1fc85cf5909626427b58bddbe4a1a33702b.zip scudcloud-49cdb1fc85cf5909626427b58bddbe4a1a33702b.tar.gz scudcloud-49cdb1fc85cf5909626427b58bddbe4a1a33702b.tar.bz2 |
New package release
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | scudcloud-1.0/debian/changelog | 6 | ||||
-rwxr-xr-x | scudcloud-1.0/scudcloud | 2 |
3 files changed, 10 insertions, 4 deletions
@@ -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.77.tar.gz -tar -xvf v1.0.77.tar.gz -cd scudcloud-1.0.77 +wget https://github.com/raelgc/scudcloud/archive/v1.0.78.tar.gz +tar -xvf v1.0.78.tar.gz +cd scudcloud-1.0.78 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 ecbd6f8..720e091 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,9 @@ +scudcloud (1.0-78) trusty; urgency=medium + + * Another attempt to minimize effects on reconnect scripts (#250) + + -- Rael Gugelmin Cunha <rael.gc@gmail.com> Sat, 10 Oct 2015 21:25:51 -0300 + scudcloud (1.0-77) trusty; urgency=medium * New attempt to fix suspend script (#250) diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud index f787ed8..edcba66 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.77' +VERSION = '1.0.78' def main(): global win; |