l/opus: Upgraded to opus-1.1.4.
parent
a0362c9758
commit
d1f34fb9f6
|
@ -1 +0,0 @@
|
|||
c8a8ada1f471bd3ab1e3f6bdfe7fc6549fa913e0 opus-1.1.2.tar.gz
|
|
@ -0,0 +1 @@
|
|||
9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692 opus-1.1.4.tar.gz
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue