Skip to content

Commit dcd96be

Browse files
committed
Added tag 8.7.62
1 parent ee0b8b7 commit dcd96be

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
lmod (8.7.62) unstable; urgency=medium
2+
3+
* Setting TAG_VERSION to 8.7.62
4+
5+
-- Alexandre Strube <surak@surak.eti.br> Thu, 26 Jun 2025 11:32:58 +0200
6+
7+
18
lmod (8.7.58) unstable; urgency=medium
29

310
* Setting TAG_VERSION to 8.7.58

debian/files

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
lmod_8.7.58_all.deb devel optional
2-
lmod_8.7.58_amd64.buildinfo devel optional
1+
lmod_8.7.62_all.deb devel optional
2+
lmod_8.7.62_amd64.buildinfo devel optional

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ RUN mkdir /tmp/git-repo; cd /tmp/git-repo ; \
4646
git clone https://github.com/surak/Lmod.git ; \
4747
cd Lmod ; \
4848
git fetch --tags; \
49-
git checkout tags/8.7.58 ; \
49+
git checkout tags/8.7.62 ; \
5050
git checkout origin/debian debian docker ; \
5151
cd Lmod ; debuild -b -uc -us; \
52-
cd .. ; dpkg -i ./lmod_8.7.58_all.deb ; \
52+
cd .. ; dpkg -i ./lmod_8.7.62_all.deb ; \
5353
bash -c "source /etc/profile.d/lmod.sh; module --version"
5454

0 commit comments

Comments
 (0)