diff options
author | Rael <rael.gc@gmail.com> | 2015-10-05 08:24:13 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-10-05 08:24:13 -0300 |
commit | 4b4c006c2a22ae1f19cb9ce407fcaeaad1049758 (patch) | |
tree | da3d3c5d8083cc03119ee30691dcde031a83cfb9 | |
parent | 85535c412a9419472c59de9ee8728b6746c7e0da (diff) | |
download | scudcloud-4b4c006c2a22ae1f19cb9ce407fcaeaad1049758.zip scudcloud-4b4c006c2a22ae1f19cb9ce407fcaeaad1049758.tar.gz scudcloud-4b4c006c2a22ae1f19cb9ce407fcaeaad1049758.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
@@ -76,9 +76,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.74.tar.gz -tar -xvf v1.0.74.tar.gz -cd scudcloud-1.0.74 +wget https://github.com/raelgc/scudcloud/archive/v1.0.75.tar.gz +tar -xvf v1.0.75.tar.gz +cd scudcloud-1.0.75 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 fed6fcd..7e4821c 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,9 @@ +scudcloud (1.0-75) trusty; urgency=medium + + * Fixing random team icon names (#249) + + -- Rael Gugelmin Cunha <rael.gc@gmail.com> Mon, 05 Oct 2015 08:21:22 -0300 + scudcloud (1.0-74) trusty; urgency=medium * Fixing fonts (#245) diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud index fbaa823..05e755e 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.74' +VERSION = '1.0.75' def main(): global win; |