diff options
Diffstat (limited to 'network/periscope/periscope.SlackBuild')
-rw-r--r-- | network/periscope/periscope.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/network/periscope/periscope.SlackBuild b/network/periscope/periscope.SlackBuild index b646c13a6245..e816ee398e18 100644 --- a/network/periscope/periscope.SlackBuild +++ b/network/periscope/periscope.SlackBuild @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=periscope -VERSION=0.1.7.1 +VERSION=0.1.9 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |