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 Aug 13, 2015
1 parent d1841db commit 8f8b309
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.55.tar.gz
tar -xvf v1.0.55.tar.gz
cd scudcloud-1.0.55
wget https://github.com/raelgc/scudcloud/archive/v1.0.56.tar.gz
tar -xvf v1.0.56.tar.gz
cd scudcloud-1.0.56
SOURCE="scudcloud-1.0"
INSTALL="/opt/scudcloud"
sudo mkdir -p $INSTALL/lib
Expand Down
7 changes: 7 additions & 0 deletions scudcloud-1.0/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
scudcloud (1.0-56) trusty; urgency=medium

* Allow relative path
* Re-enable desktop notifications on page reload (#163)

-- Rael Gugelmin Cunha <[email protected]> Thu, 13 Aug 2015 08:39:03 -0300

scudcloud (1.0-55) trusty; urgency=medium

* Fixing notifications systray count (#192)
Expand Down

0 comments on commit 8f8b309

Please sign in to comment.