summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2024-05-29 12:30:02 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2024-05-31 10:56:53 +0200
commitf46d872a743f346a5b34093be9770a741e25bebf (patch)
treeca7f8d3aa02335f05c4c525cf8a6c70deffb56a7 /urpm.pm
parent424c3613364da85533d0dd9b5c49f33f687e112d (diff)
downloadurpmi-f46d872a743f346a5b34093be9770a741e25bebf.tar
urpmi-f46d872a743f346a5b34093be9770a741e25bebf.tar.gz
urpmi-f46d872a743f346a5b34093be9770a741e25bebf.tar.bz2
urpmi-f46d872a743f346a5b34093be9770a741e25bebf.tar.xz
urpmi-f46d872a743f346a5b34093be9770a741e25bebf.zip
8.132
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 76302f26..829a0f17 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -14,7 +14,7 @@ use urpm::md5sum;
# perl_checker: require urpm::media
# perl_checker: require urpm::parallel
-our $VERSION = 'v8.131';
+our $VERSION = 'v8.132';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');