mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/google-cli: Updated for version 3.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
111973adc7
commit
5fc1b6b889
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=google-cli
|
||||
VERSION=${VERSION:-3.3}
|
||||
VERSION=${VERSION:-3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -93,7 +93,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp CHANGELOG LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="google-cli"
|
||||
VERSION="3.3"
|
||||
VERSION="3.4"
|
||||
HOMEPAGE="https://github.com/jarun/google-cli/"
|
||||
DOWNLOAD="https://github.com/jarun/googler/archive/v3.3/googler-3.3.tar.gz"
|
||||
MD5SUM="5bcfd3a11a1e59e28b3560f744681f3e"
|
||||
DOWNLOAD="https://github.com/jarun/googler/archive/v3.4/googler-3.4.tar.gz"
|
||||
MD5SUM="9e021b745f91ac437b421ad803e6c4ca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue