Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

Commit

Permalink
New package release
Browse files Browse the repository at this point in the history
  • Loading branch information
raelgc committed Oct 15, 2015
1 parent 9b54dd0 commit 99857f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.81.tar.gz
tar -xvf v1.0.81.tar.gz
cd scudcloud-1.0.81
wget https://github.com/raelgc/scudcloud/archive/v1.0.82.tar.gz
tar -xvf v1.0.82.tar.gz
cd scudcloud-1.0.82
SOURCE="scudcloud-1.0"
INSTALL="/opt/scudcloud"
sudo mkdir -p $INSTALL/lib
Expand Down
6 changes: 6 additions & 0 deletions scudcloud-1.0/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
scudcloud (1.0-82) trusty; urgency=medium

* Escaping single quotes in leftpane JS (#258)

-- Rael Gugelmin Cunha <rael.gc@gmail.com> Thu, 15 Oct 2015 09:50:58 -0300

scudcloud (1.0-81) trusty; urgency=medium

* Removing no more required libraries
Expand Down
2 changes: 1 addition & 1 deletion scudcloud-1.0/scudcloud
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ from scudcloud import ScudCloud
# The ScudCloud QMainWindow
win = None

VERSION = '1.0.81'
VERSION = '1.0.82'

def main():
global win
Expand Down

0 comments on commit 99857f4

Please sign in to comment.