From a07d239eb2b34abcd51b65fe88fecb4c83ff0f0d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 16 Feb 2018 16:38:22 +0100 Subject: [PATCH] libatasmart: Update version from 0.17 to 0.19 The archive is compressed with LZMA instead of LZ77. So change the suffix. --- libatasmart.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libatasmart.be0 b/libatasmart.be0 index 9c099a2fd..36cd133ea 100755 --- a/libatasmart.be0 +++ b/libatasmart.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libatasmart-0.17-0 +# BEE_VERSION libatasmart-0.19-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://0pointer.de/public/libatasmart-${PKGVERSION}.tar.gz" +SRCURL[0]="http://0pointer.de/public/libatasmart-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.