summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authordarmac <xiaojun2@hisilicon.com>2020-03-19 02:04:51 +0800
committerGitHub <noreply@github.com>2020-03-18 13:04:51 -0500
commitc3434e230a127d6cce7331a0c95d0f4e7f1fb789 (patch)
tree927377c76dcc53b568a73322c2c69d2b262e8169 /var
parent530e864671397c5cfa9c3fbe62048d046b30ec33 (diff)
downloadspack-c3434e230a127d6cce7331a0c95d0f4e7f1fb789.tar.gz
spack-c3434e230a127d6cce7331a0c95d0f4e7f1fb789.tar.bz2
spack-c3434e230a127d6cce7331a0c95d0f4e7f1fb789.tar.xz
spack-c3434e230a127d6cce7331a0c95d0f4e7f1fb789.zip
update util-linux to version: 2.33:2.35.1 (#15529)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/util-linux/package.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/util-linux/package.py b/var/spack/repos/builtin/packages/util-linux/package.py
index 49afb16f54..b95f8222e2 100644
--- a/var/spack/repos/builtin/packages/util-linux/package.py
+++ b/var/spack/repos/builtin/packages/util-linux/package.py
@@ -14,6 +14,10 @@ class UtilLinux(AutotoolsPackage):
list_url = "https://www.kernel.org/pub/linux/utils/util-linux"
list_depth = 1
+ version('2.35.1', sha256='37ac05d82c6410d89bc05d43cee101fefc8fe6cf6090b3ce7a1409a6f35db606')
+ version('2.35', sha256='98acab129a8490265052e6c1e033ca96d68758a13bb7fcd232c06bf16cc96238')
+ version('2.34', sha256='b62c92e5e1629642113cd41cec1ee86d1ee7e36b8ffe8ec3ac89c11797e9ac25')
+ version('2.33', sha256='952fb0d3498e81bd67b3c48e283c80cb12c719bc2357ec5801e7d420991ad319')
version('2.29.2', sha256='29ccdf91d2c3245dc705f0ad3bf729ac41d8adcdbeff914e797c552ecb04a4c7')
version('2.29.1', sha256='a6a7adba65a368e6dad9582d9fbedee43126d990df51266eaee089a73c893653')
version('2.25', sha256='7e43273a9e2ab99b5a54ac914fddf5d08ba7ab9b114c550e9f03474672bd23a1')