network/corebird: Updated for version 1.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Henry Jensen 2016-08-01 03:40:11 +07:00 committed by Willy Sudiarto Raharjo
parent 72ecb21d09
commit 6c762653af
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 7 additions and 7 deletions

View file

@ -1,2 +1,2 @@
Corebird is a free Twitter client based ion GTK3 which can manage multiple
Corebird is a free Twitter client based on GTK3 which can manage multiple
accounts and can display favourites and lists.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=corebird
VERSION=${VERSION:-1.2.2}
VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,10 +1,10 @@
PRGNAM="corebird"
VERSION="1.2.2"
VERSION="1.3"
HOMEPAGE="http://corebird.baedert.org/"
DOWNLOAD="https://github.com/baedert/corebird/archive/1.2.2.tar.gz"
MD5SUM="182436ad377f971469da8303fb206bc5"
DOWNLOAD="https://github.com/baedert/corebird/archive/1.3/corebird-1.3.tar.gz"
MD5SUM="800dbda002a28ae78eb6932fc403d3fb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rest libgee json-glib gst-libav"
REQUIRES="rest json-glib gst-libav"
MAINTAINER="Henry Jensen"
EMAIL="hjensen@connochaetos.org"