libraries/spglib: Updated for version 2.3.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Giancarlo Dessì 2024-04-02 09:45:19 +07:00 committed by Willy Sudiarto Raharjo
parent 919cb3b76d
commit 24294989b7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for spglib
# Copyright 2020-2022 Giancarlo Dessì, Cagliari, IT
# Copyright 2020-2024 Giancarlo Dessì, Cagliari, IT
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=spglib
VERSION=${VERSION:-2.2.0}
VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="spglib"
VERSION="2.2.0"
VERSION="2.3.1"
HOMEPAGE="https://spglib.github.io/spglib/"
DOWNLOAD="https://github.com/spglib/spglib/archive/v2.2.0/spglib-2.2.0.tar.gz"
MD5SUM="f262d2c8a340697fc7b2a90e2f6a371b"
DOWNLOAD="https://github.com/spglib/spglib/archive/v2.3.1/spglib-2.3.1.tar.gz"
MD5SUM="ce68fb88b7bb935519c62fcd271180f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-numpy"