diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2023-02-22 10:25:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-22 10:25:09 +0700 |
commit | c597b69092123d6e610449dfef1f593e8e80d394 (patch) | |
tree | 24dbc8c424d70516d5e70bac471c5a569028dbae | |
parent | abfea818913fac7240b70903385aa50fdd2e9069 (diff) |
audio/opustags: Updated for version 1.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/opustags/opustags.SlackBuild | 4 | ||||
-rw-r--r-- | audio/opustags/opustags.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/opustags/opustags.SlackBuild b/audio/opustags/opustags.SlackBuild index 1754a38c69d5..99e614f7945c 100644 --- a/audio/opustags/opustags.SlackBuild +++ b/audio/opustags/opustags.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for opustags -# Copyright 2022, Andrew Strong, Blue Mountains, Australia. +# Copyright 2022 - 2023, Andrew Strong, Blue Mountains, Australia. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=opustags -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/audio/opustags/opustags.info b/audio/opustags/opustags.info index bc41cd586b48..242c5cbae542 100644 --- a/audio/opustags/opustags.info +++ b/audio/opustags/opustags.info @@ -1,8 +1,8 @@ PRGNAM="opustags" -VERSION="1.6.0" +VERSION="1.7.0" HOMEPAGE="https://github.com/fmang/opustags" -DOWNLOAD="https://github.com/fmang/opustags/archive/1.6.0/opustags-1.6.0.tar.gz" -MD5SUM="f00c3059457ddb1b2639e36af7ce3ba7" +DOWNLOAD="https://github.com/fmang/opustags/archive/1.7.0/opustags-1.7.0.tar.gz" +MD5SUM="89187c8a17b111fba44a78a30c86a00d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |