Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
953c92d6da | ||
3a6384e06d |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bbc242934fd69be5cf89ca69bca69274f97902f84ff60032ef54dac0457393a6
|
|
||||||
size 25654632
|
|
BIN
jmol-16.1.45.tar.xz
(Stored with Git LFS)
Normal file
BIN
jmol-16.1.45.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 12 23:16:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 16.1.45
|
||||||
|
* New feature: UNITCELL RHOMBOHEDRAL and UNITCELL TRIGONAL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 25 10:07:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sun Jun 25 10:07:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: jmol
|
Name: jmol
|
||||||
Version: 16.1.13
|
Version: 16.1.45
|
||||||
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.13
|
v=16.1.45
|
||||||
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