mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/spglib: Updated for version 2.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
919cb3b76d
commit
24294989b7
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue