summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2024-03-31 09:39:00 +0200
committerHyacinthe Cartiaux2024-03-31 09:39:00 +0200
commit4d4dfd7c05ea567bd6dea94c7cc2c26cb9947300 (patch)
tree58d6461aebe600bf66fa3ab0339b19027ecc5c19
parent1b32308219a9e2ecad512af636b6f63c1432941f (diff)
downloadaur-lmod.tar.gz
Update to 8.7.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0b711b0616f..b7c35729264b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lmod
pkgdesc = Environment modules system based on Lua that handles MODULEPATH hierarchical problem. Supports also legacy TCL modules
- pkgver = 8.7.34
+ pkgver = 8.7.37
pkgrel = 1
url = https://github.com/TACC/Lmod
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = lmod
provides = env-modules
conflicts = lmod-git
conflicts = env-modules
- source = lmod-8.7.34.tar.gz::https://github.com/TACC/Lmod/archive/8.7.34.tar.gz
- sha256sums = 98e430dc5d2b477ad17f2826d6cb77a242bf47db4d11231fe375c31073da1a03
+ source = lmod-8.7.37.tar.gz::https://github.com/TACC/Lmod/archive/8.7.37.tar.gz
+ sha256sums = 171529152fedfbb3c45d27937b0eaa1ee62b5e5cdac3086f44a6d56e5d1d7da4
pkgname = lmod
install = lmod.install
diff --git a/PKGBUILD b/PKGBUILD
index c8b100405b7d..b0f2d24a9200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=lmod
-pkgver=8.7.34
+pkgver=8.7.37
pkgrel=1
pkgdesc="Environment modules system based on Lua that handles MODULEPATH hierarchical problem. Supports also legacy TCL modules"
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('tcsh: supported shell'
conflicts=('lmod-git' 'env-modules')
provides=('env-modules')
source=("$pkgname-$pkgver.tar.gz::https://github.com/TACC/Lmod/archive/$pkgver.tar.gz")
-sha256sums=('98e430dc5d2b477ad17f2826d6cb77a242bf47db4d11231fe375c31073da1a03')
+sha256sums=('171529152fedfbb3c45d27937b0eaa1ee62b5e5cdac3086f44a6d56e5d1d7da4')
build() {
cd "$srcdir"/Lmod-$pkgver || exit 1