diff options
author | Rael <rael.gc@gmail.com> | 2015-10-07 07:48:34 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-10-07 07:48:34 -0300 |
commit | cd075b5240a8b87f790c05dae3b14faeb20f9d58 (patch) | |
tree | 65dfd153e6eaec7029f312ecd80d0de2fbb34af1 | |
parent | 65cbc1fb054728b977350806bde537ad10fcd13a (diff) | |
download | scudcloud-cd075b5240a8b87f790c05dae3b14faeb20f9d58.zip scudcloud-cd075b5240a8b87f790c05dae3b14faeb20f9d58.tar.gz scudcloud-cd075b5240a8b87f790c05dae3b14faeb20f9d58.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.75.tar.gz -tar -xvf v1.0.75.tar.gz -cd scudcloud-1.0.75 +wget https://github.com/raelgc/scudcloud/archive/v1.0.76.tar.gz +tar -xvf v1.0.76.tar.gz +cd scudcloud-1.0.76 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 7e4821c..3bbcbc5 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,9 @@ +scudcloud (1.0-76) trusty; urgency=medium + + * Fixing resume from suspend script (#250) + + -- Rael Gugelmin Cunha <rael.gc@gmail.com> Wed, 07 Oct 2015 07:45:15 -0300 + scudcloud (1.0-75) trusty; urgency=medium * Fixing random team icon names (#249) diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud index 05e755e..b407d10 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.75' +VERSION = '1.0.76' def main(): global win; |