l/omero-figure: Upgraded to omero-figure-3.1.1.

slackware-14.2
Damien Goutte-Gattat 6 years ago
parent 692fc98a72
commit 739a6c0a2e

@ -1 +0,0 @@
1ec1d73094c7d0309fc7f727522dc61813c80ecfe368f6ce36bdb9145877cc69 omero-figure-3.1.0.tar.gz

@ -0,0 +1 @@
d00d4e1f3872248717b874149f3a61c4b362bd72c54fa0033b718eaa5cb685b3 omero-figure-3.1.1.tar.gz

@ -29,7 +29,7 @@
# Source package infos
NAMESRC=${NAMESRC:-omero-figure}
VERSION=${VERSION:-3.1.0}
VERSION=${VERSION:-3.1.1}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
WGET=${WGET:-https://github.com/ome/omero-figure/archive/v$VERSION.tar.gz}
@ -60,7 +60,7 @@ fi
# Get and verify the source archive
if [ ! -r $ARCHIVE ]; then
pip download omero-figure==3.1.0
pip download omero-figure==3.1.1
fi
sha256sum -c $ARCHIVE.sha256
NAME=$(tar ft $ARCHIVE | head -n 1 | cut -d / -f 1)

Loading…
Cancel
Save