diff mbox series

package/libsoundtouch: bump to version 2.1.2

Message ID 1569750166-6261-1-git-send-email-gilles.talis@gmail.com
State Accepted
Headers show
Series package/libsoundtouch: bump to version 2.1.2 | expand

Commit Message

Gilles Talis Sept. 29, 2019, 9:42 a.m. UTC
- Updated download site and download method
- Added hash for license file

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/libsoundtouch/libsoundtouch.hash | 5 ++++-
 package/libsoundtouch/libsoundtouch.mk   | 5 ++---
 2 files changed, 6 insertions(+), 4 deletions(-)

Comments

Giulio Benetti Dec. 26, 2019, 4:40 p.m. UTC | #1
Hi Gilles,

On 9/29/19 11:42 AM, Gilles Talis wrote:
> - Updated download site and download method
> - Added hash for license file
> 
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>   package/libsoundtouch/libsoundtouch.hash | 5 ++++-
>   package/libsoundtouch/libsoundtouch.mk   | 5 ++---
>   2 files changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/package/libsoundtouch/libsoundtouch.hash b/package/libsoundtouch/libsoundtouch.hash
> index af0c362..4e9d3dc 100644
> --- a/package/libsoundtouch/libsoundtouch.hash
> +++ b/package/libsoundtouch/libsoundtouch.hash
> @@ -1,2 +1,5 @@
>   # Locally computed
> -sha256 c805e7a72b7758a8986b71e73d2f94a8c79c66c1246fa2af1743c4282702e096  libsoundtouch-010a91a59071c7fefd316fca62c0d980ec85b4b1.tar.gz
> +sha256 3a431facf019f37cc2da112156226d686e941b15d6327f3a41d7ca21dfaf8e94  libsoundtouch-2.1.2.tar.gz
> +
> +# Hash for license file
> +sha256 6b73f6327136a924821ec044bbd9f17cf8677faf2f2a2b1366a9fff6188c9688  COPYING.TXT
> diff --git a/package/libsoundtouch/libsoundtouch.mk b/package/libsoundtouch/libsoundtouch.mk
> index c4ac930..d6ac129 100644
> --- a/package/libsoundtouch/libsoundtouch.mk
> +++ b/package/libsoundtouch/libsoundtouch.mk
> @@ -4,9 +4,8 @@
>   #
>   ################################################################################
>   
> -LIBSOUNDTOUCH_VERSION = 010a91a59071c7fefd316fca62c0d980ec85b4b1
> -LIBSOUNDTOUCH_SITE = https://freeswitch.org/stash/scm/sd/libsoundtouch.git
> -LIBSOUNDTOUCH_SITE_METHOD = git
> +LIBSOUNDTOUCH_VERSION = 2.1.2
> +LIBSOUNDTOUCH_SITE = https://gitlab.com/soundtouch/soundtouch/-/archive/$(LIBSOUNDTOUCH_VERSION)
>   LIBSOUNDTOUCH_LICENSE = LGPL-2.1+
>   LIBSOUNDTOUCH_LICENSE_FILES = COPYING.TXT
>   LIBSOUNDTOUCH_AUTORECONF = YES
> 

I've built it successfully and this looks good to me, so:

Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Best regards
Thomas Petazzoni April 13, 2020, 7:21 p.m. UTC | #2
On Sun, 29 Sep 2019 11:42:46 +0200
Gilles Talis <gilles.talis@gmail.com> wrote:

> - Updated download site and download method
> - Added hash for license file
> 
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>  package/libsoundtouch/libsoundtouch.hash | 5 ++++-
>  package/libsoundtouch/libsoundtouch.mk   | 5 ++---
>  2 files changed, 6 insertions(+), 4 deletions(-)

Applied to master, thanks. Since then, the hash of the license file had
been added, so I reworked your patch to update the hash of the license
file (and explain why it has changed).

Thanks!

Thomas
diff mbox series

Patch

diff --git a/package/libsoundtouch/libsoundtouch.hash b/package/libsoundtouch/libsoundtouch.hash
index af0c362..4e9d3dc 100644
--- a/package/libsoundtouch/libsoundtouch.hash
+++ b/package/libsoundtouch/libsoundtouch.hash
@@ -1,2 +1,5 @@ 
 # Locally computed
-sha256 c805e7a72b7758a8986b71e73d2f94a8c79c66c1246fa2af1743c4282702e096  libsoundtouch-010a91a59071c7fefd316fca62c0d980ec85b4b1.tar.gz
+sha256 3a431facf019f37cc2da112156226d686e941b15d6327f3a41d7ca21dfaf8e94  libsoundtouch-2.1.2.tar.gz
+
+# Hash for license file
+sha256 6b73f6327136a924821ec044bbd9f17cf8677faf2f2a2b1366a9fff6188c9688  COPYING.TXT
diff --git a/package/libsoundtouch/libsoundtouch.mk b/package/libsoundtouch/libsoundtouch.mk
index c4ac930..d6ac129 100644
--- a/package/libsoundtouch/libsoundtouch.mk
+++ b/package/libsoundtouch/libsoundtouch.mk
@@ -4,9 +4,8 @@ 
 #
 ################################################################################
 
-LIBSOUNDTOUCH_VERSION = 010a91a59071c7fefd316fca62c0d980ec85b4b1
-LIBSOUNDTOUCH_SITE = https://freeswitch.org/stash/scm/sd/libsoundtouch.git
-LIBSOUNDTOUCH_SITE_METHOD = git
+LIBSOUNDTOUCH_VERSION = 2.1.2
+LIBSOUNDTOUCH_SITE = https://gitlab.com/soundtouch/soundtouch/-/archive/$(LIBSOUNDTOUCH_VERSION)
 LIBSOUNDTOUCH_LICENSE = LGPL-2.1+
 LIBSOUNDTOUCH_LICENSE_FILES = COPYING.TXT
 LIBSOUNDTOUCH_AUTORECONF = YES