diff options
author | Marek Szuba <marecki@gentoo.org> | 2024-03-29 10:50:48 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2024-03-29 10:50:48 +0000 |
commit | ca5f31af7dabf227bf7caa1722fc5b81d886f11b (patch) | |
tree | 86eae0ba773d24423a600599431dddac5e1857fa /app-containers | |
parent | app-admin/ansible-lint: add 24.2.1 (diff) | |
download | gentoo-ca5f31af7dabf227bf7caa1722fc5b81d886f11b.tar.gz gentoo-ca5f31af7dabf227bf7caa1722fc5b81d886f11b.tar.bz2 gentoo-ca5f31af7dabf227bf7caa1722fc5b81d886f11b.zip |
app-containers/apptainer: add 1.3.0, drop 1.2.5
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/apptainer/Manifest | 2 | ||||
-rw-r--r-- | app-containers/apptainer/apptainer-1.3.0.ebuild (renamed from app-containers/apptainer/apptainer-1.2.5.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-containers/apptainer/Manifest b/app-containers/apptainer/Manifest index e00c4fa6590d..0542acc8ef27 100644 --- a/app-containers/apptainer/Manifest +++ b/app-containers/apptainer/Manifest @@ -1,2 +1,2 @@ DIST apptainer-1.2.4.tar.gz 14387522 BLAKE2B 8435bf590149c4e83dc32a866198fdcaa44270cad4e6722e9174352c7b00e4b13c1aa4c290991c289d71797afcd9e2411e3bcc0a2b80440528babdcf3e19bec5 SHA512 bc2ad5f10f2c8e69b4bc5b997083e2dd5f62913d195eda6213d572c3dbfe03923845882e55e1a60d395ed3019100ce26919323f9523c59ccda51d7f1397bcba3 -DIST apptainer-1.2.5.tar.gz 14360956 BLAKE2B 4ee50229e800c5505c127731944d102fd688bc5f24ea4fc11cf8216d4f3d49f8d3cb19c8f6f03d34004c36acacfe729ba51f00661b6dcd046d6f4b862a6b8dd9 SHA512 58b7e9947bfc2e2d267e126ae7f9766d04ffa943c72e9a00b649ba93fd66828ee55c8d93b114f542067b305822737516675cdca79ce0d8c1153c61fa88d058d7 +DIST apptainer-1.3.0.tar.gz 17103544 BLAKE2B ed42b763a20b2b71cce6081b903697dc506073f91f9d928d49801165289d15c1416044af8fcedddcbd2a260c17a2e6488ed3d06b1edb4fb5f5ca5e9d14a14312 SHA512 a72afcac8e783f43732517314a94ffe039ab8f29027bcc398295fed97b123e6777039c016b6655a3cefbcba7e69832f62f3418b11e1bbd0452edc702ecaef69e diff --git a/app-containers/apptainer/apptainer-1.2.5.ebuild b/app-containers/apptainer/apptainer-1.3.0.ebuild index b5e7811c6f00..98dac6fa2dbb 100644 --- a/app-containers/apptainer/apptainer-1.2.5.ebuild +++ b/app-containers/apptainer/apptainer-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ IUSE="examples +network suid systemd" QA_FLAGS_IGNORED='.*' DEPEND="app-crypt/gpgme - >=dev-lang/go-1.19.0 + >=dev-lang/go-1.20.0 dev-libs/openssl sys-apps/util-linux sys-fs/cryptsetup |