mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/boxcryptor: Updated for version 2.2.410.162.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
25b71411ea
commit
73f8f68b94
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=boxcryptor
|
||||
SRCNAM=Boxcryptor
|
||||
VERSION=${VERSION:-2.1.409.160}
|
||||
VERSION=${VERSION:-2.2.410.162}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -32,7 +32,7 @@ DOCS="README"
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
*) export ARCH=$( uname -m ) ;;
|
||||
*) export ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="boxcryptor"
|
||||
VERSION="2.1.409.160"
|
||||
VERSION="2.2.410.162"
|
||||
HOMEPAGE="https://boxcryptor.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://d3k3ih5otj72mn.cloudfront.net/Boxcryptor_Portable_Linux64_2.1.409.160.tar.gz"
|
||||
MD5SUM_x86_64="7cde8a2c1f33b81550db7eaa00af1623"
|
||||
DOWNLOAD_x86_64="https://d3k3ih5otj72mn.cloudfront.net/Boxcryptor_Portable_Linux64_2.2.410.162.tar.gz"
|
||||
MD5SUM_x86_64="74fe13e5946ad1e3bcc8176206f3e68d"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in a new issue