diff --git a/l/opus/opus-1.1.2.tar.gz.sha1 b/l/opus/opus-1.1.2.tar.gz.sha1 deleted file mode 100644 index 79efd824..00000000 --- a/l/opus/opus-1.1.2.tar.gz.sha1 +++ /dev/null @@ -1 +0,0 @@ -c8a8ada1f471bd3ab1e3f6bdfe7fc6549fa913e0 opus-1.1.2.tar.gz diff --git a/l/opus/opus-1.1.4.tar.gz.sha256 b/l/opus/opus-1.1.4.tar.gz.sha256 new file mode 100644 index 00000000..064b2093 --- /dev/null +++ b/l/opus/opus-1.1.4.tar.gz.sha256 @@ -0,0 +1 @@ +9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692 opus-1.1.4.tar.gz diff --git a/l/opus/opus.SlackBuild b/l/opus/opus.SlackBuild index 4d29e437..2bdea93a 100755 --- a/l/opus/opus.SlackBuild +++ b/l/opus/opus.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2012,2013,2014,2016 Damien Goutte-Gattat +# Copyright (C) 2012-2014,2016,2017 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -26,7 +26,7 @@ # Source package infos NAMESRC=${NAMESRC:-opus} -VERSION=${VERSION:-1.1.2} +VERSION=${VERSION:-1.1.4} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} WGET=${WGET:-http://downloads.xiph.org/releases/opus/$ARCHIVE} @@ -75,7 +75,7 @@ if [ ! -r $ARCHIVE ]; then wget -c -O $ARCHIVE.part "$WGET" mv $ARCHIVE.part $ARCHIVE fi -sha1sum -c $ARCHIVE.sha1 +sha256sum -c $ARCHIVE.sha256 NAME=$(tar ft $ARCHIVE | head -n 1 | cut -d / -f 1) # Compile