- Update to release 14.30.1

OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=17
This commit is contained in:
2019-12-19 22:29:43 +00:00
committed by Git OBS Bridge
parent 7c1bb5a9d3
commit 35da09333b
5 changed files with 18 additions and 8 deletions

View File

@@ -1,8 +1,11 @@
#!/bin/bash
v=14.29.26
v=14.30.1
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
wget -c http://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
fi
rm -rf "jmol-$v"
tar -xf "Jmol-$v-binary.tar.gz"
# kill bundled software
rm "jmol-$v/jsmol.zip"
tar -cf --use=xz "jmol-$v.tar.xz" "jmol-$v"
tar --use=xz -cf "jmol-$v.tar.xz" "jmol-$v"