diff --git a/l/omero-figure/omero-figure-2.0.1.tar.gz.sha256 b/l/omero-figure/omero-figure-2.0.1.tar.gz.sha256 deleted file mode 100644 index bf555bc4..00000000 --- a/l/omero-figure/omero-figure-2.0.1.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -9a9d7ac0fbe1964d26b957f2e331aa1a0e8aa2c69219b8b3a6ccc3a59e88709f omero-figure-2.0.1.tar.gz diff --git a/l/omero-figure/omero-figure-3.0.0.tar.gz.sha256 b/l/omero-figure/omero-figure-3.0.0.tar.gz.sha256 new file mode 100644 index 00000000..29c9cbc9 --- /dev/null +++ b/l/omero-figure/omero-figure-3.0.0.tar.gz.sha256 @@ -0,0 +1 @@ +7e3d7ef2228e08225403f8cf25674b91d3c4965eb8197971826fa41876a84283 omero-figure-3.0.0.tar.gz diff --git a/l/omero-figure/omero-figure.SlackBuild b/l/omero-figure/omero-figure.SlackBuild index 95ef0456..f387ad40 100755 --- a/l/omero-figure/omero-figure.SlackBuild +++ b/l/omero-figure/omero-figure.SlackBuild @@ -29,7 +29,7 @@ # Source package infos NAMESRC=${NAMESRC:-omero-figure} -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-3.0.0} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} WGET=${WGET:-https://github.com/ome/omero-figure/archive/v$VERSION.tar.gz} @@ -60,8 +60,7 @@ fi # Get and verify the source archive if [ ! -r $ARCHIVE ]; then - wget -c -O $ARCHIVE.part "$WGET" - mv $ARCHIVE.part $ARCHIVE + pip download omero-figure==3.0.0 fi sha256sum -c $ARCHIVE.sha256 NAME=$(tar ft $ARCHIVE | head -n 1 | cut -d / -f 1)