summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Anselmann2021-09-24 20:53:59 +0200
committerMathias Anselmann2021-09-24 20:53:59 +0200
commit808e8191633decd2ec0c170aef4c4ec445e239b5 (patch)
tree05d5354a8393fd7812829fbc9ec1c7a1978d3a1c
parentd7d9378a8c28f4e2115ae75aa45295351cf403e3 (diff)
downloadaur-808e8191633decd2ec0c170aef4c4ec445e239b5.tar.gz
Update to v8.5.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9804fe72c2a0..a6eca36f87ed 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.5.8
+ pkgver = 8.5.16
pkgrel = 1
url = https://github.com/TACC/Lmod
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = lmod
provides = env-modules
conflicts = lmod-git
conflicts = env-modules
- source = lmod-8.5.8.tar.gz::https://github.com/TACC/Lmod/archive/8.5.8.tar.gz
- sha256sums = ea87ed15b7fc70469e4f37cbc37accf7699c4fef04c0ef7b43abe71faa2d3bf7
+ source = lmod-8.5.16.tar.gz::https://github.com/TACC/Lmod/archive/8.5.16.tar.gz
+ sha256sums = 0643a871c5a32fa25534cffd4babde80a0a7580672899d6c102f2aee0ee8421c
pkgname = lmod
install = lmod.install
diff --git a/PKGBUILD b/PKGBUILD
index 9cfcd0e645db..be82ca17c1b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=lmod
-pkgver=8.5.8
+pkgver=8.5.16
pkgrel=1
pkgdesc="Environment modules system based on Lua that handles MODULEPATH hierarchical problem. Supports also legacy TCL modules"
arch=('x86_64')
@@ -14,7 +14,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=('ea87ed15b7fc70469e4f37cbc37accf7699c4fef04c0ef7b43abe71faa2d3bf7')
+sha256sums=('0643a871c5a32fa25534cffd4babde80a0a7580672899d6c102f2aee0ee8421c')
build() {
cd "$srcdir"/Lmod-$pkgver || exit 1