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 with bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
raelgc committed Nov 19, 2015
1 parent 57a2080 commit 622a553
Show file tree
Hide file tree
Showing 70 changed files with 13 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ScudCloud - Linux Client for Slack

![ScudCloud Logo](/scudcloud-1.0/resources/scudcloud.png?raw=true "Scud clouds are low, ragged and wind-torn cloud fragments, usually not attached to the thunderstorm base. With the 'mother' cloud, the form of them together is like a chat balloon")
![ScudCloud Logo](/scudcloud-1.1/resources/scudcloud.png?raw=true "Scud clouds are low, ragged and wind-torn cloud fragments, usually not attached to the thunderstorm base. With the 'mother' cloud, the form of them together is like a chat balloon")

ScudCloud is a **non official** open-source Linux (Debian, Ubuntu, Kubuntu, Mint, Arch, Fedora) desktop client for [Slack](http://slack.com).

Expand Down Expand Up @@ -95,10 +95,10 @@ 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.89.tar.gz
tar -xvf v1.0.89.tar.gz
cd scudcloud-1.0.89
SOURCE="scudcloud-1.0"
wget https://github.com/raelgc/scudcloud/archive/v1.1.0.tar.gz
tar -xvf v1.1.0.tar.gz
cd scudcloud-1.1.0
SOURCE="scudcloud-1.1"
INSTALL="/opt/scudcloud"
sudo mkdir -p $INSTALL/lib
sudo mkdir -p $INSTALL/resources
Expand Down
1 change: 0 additions & 1 deletion scudcloud-1.0/VERSION

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions scudcloud-1.1/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.1.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
scudcloud (1.1-0) trusty; urgency=medium

* Fixing stuck in loading screen (#294)
* Implementing a proper Slack JS client (#292)

-- Rael Gugelmin Cunha <rael.gc@gmail.com> Thu, 19 Nov 2015 09:43:01 -0200

scudcloud (1.0-89) trusty; urgency=medium

* Forgot to bump version
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 622a553

Please sign in to comment.