summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author klaatu2020-01-07 09:12:09 +0100
committer Willy Sudiarto Raharjo2020-01-09 17:20:02 +0100
commitc94872fb0a7206bc41ee12d8519aee3fb28c0f79 (patch)
tree21931fe1eb767647eef259addb52dd6623f91d3f /audio
parent374f306fdbe2118a4277cceac778450cdbae57d4 (diff)
downloadslackbuilds-c94872fb0a7206bc41ee12d8519aee3fb28c0f79.tar.gz
audio/libebur128: Updated for version 1.2.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/libebur128/README2
-rw-r--r--audio/libebur128/libebur128.SlackBuild4
-rw-r--r--audio/libebur128/libebur128.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/libebur128/README b/audio/libebur128/README
index 89128404f0..ef22ff79b7 100644
--- a/audio/libebur128/README
+++ b/audio/libebur128/README
@@ -1,4 +1,4 @@
libebur128 is a library that implements the EBU R 128 standard for
loudness normalisation.
-All source code is licensed under the MIT license. \ No newline at end of file
+All source code is licensed under the MIT license.
diff --git a/audio/libebur128/libebur128.SlackBuild b/audio/libebur128/libebur128.SlackBuild
index 593a6b5d74..5f3e4783b7 100644
--- a/audio/libebur128/libebur128.SlackBuild
+++ b/audio/libebur128/libebur128.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libebur128
-# Copyright 2016 Klaatu, Wellington NZ
+# Copyright 2019 | Klaatu, Lawrence NZ | klaatu@member.fsf.org
# All rights reserved.
#
# GNU All-Permissive License
@@ -12,7 +12,7 @@
# without any warranty.
PRGNAM=libebur128
-VERSION=${VERSION:-1.2.2}
+VERSION=${VERSION:-1.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/audio/libebur128/libebur128.info b/audio/libebur128/libebur128.info
index e04b6565ce..254d394922 100644
--- a/audio/libebur128/libebur128.info
+++ b/audio/libebur128/libebur128.info
@@ -1,8 +1,8 @@
PRGNAM="libebur128"
-VERSION="1.2.2"
+VERSION="1.2.4"
HOMEPAGE="https://github.com/jiixyj/libebur128"
-DOWNLOAD="https://github.com/jiixyj/libebur128/archive/v1.2.2/libebur128-1.2.2.tar.gz"
-MD5SUM="b485bad349e35127a62ce2ace9126859"
+DOWNLOAD="https://github.com/jiixyj/libebur128/archive/v1.2.4/libebur128-1.2.4.tar.gz"
+MD5SUM="d6131f7e3bbf0cd7301fb5d9f8a30cc1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="speex"