mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/corebird: Updated for version 1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
72ecb21d09
commit
6c762653af
3 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue