jmol 16.1.47
This commit is contained in:
parent
7d2bf0eeb2
commit
32edb62a2d
BIN
jmol-16.1.45.tar.xz
(Stored with Git LFS)
BIN
jmol-16.1.45.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
jmol-16.1.47.tar.xz
(Stored with Git LFS)
Normal file
BIN
jmol-16.1.47.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 23 13:29:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 16.1.47
|
||||||
|
* New feature: `LOAD .... fill unitcell rhombohedral`,
|
||||||
|
`LOAD .... fill unitcell trigonal` and
|
||||||
|
`LOAD ... fill unitcell "2a,a-b,..."`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 12 23:16:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sun Nov 12 23:16:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: jmol
|
Name: jmol
|
||||||
Version: 16.1.45
|
Version: 16.1.47
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: 3D Viewer for chemical structures
|
Summary: 3D Viewer for chemical structures
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
v=16.1.45
|
v=16.1.47
|
||||||
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
|
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
|
||||||
wget -c https://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
|
wget -c https://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user