SHA256
1
0
forked from pool/jmol

- Update to release 16.1.45

OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=29
This commit is contained in:
2023-11-12 23:18:41 +00:00
parent 53dcc4a2cb
commit 7d2bf0eeb2
5 changed files with 11 additions and 5 deletions

BIN
jmol-16.1.13.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
jmol-16.1.45.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -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>

View File

@@ -17,7 +17,7 @@
Name: jmol
Version: 16.1.13
Version: 16.1.45
Release: 0
Summary: 3D Viewer for chemical structures
License: LGPL-2.1-only

View File

@@ -1,6 +1,6 @@
#!/bin/bash
v=16.1.13
v=16.1.45
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
wget -c https://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
fi