summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2021-02-17 12:04:53 +0200
committerThomas Backlund <tmb@mageia.org>2021-02-17 12:04:53 +0200
commit0b357ed7a781d13928df8fb14ed4717805be1ad8 (patch)
tree495813f38375724d6afe362932d215d811f76cb4
parent1b016c2a3e343fe0cff9ad1e622fd1d6638011ec (diff)
downloadurpmi-0b357ed7a781d13928df8fb14ed4717805be1ad8.tar
urpmi-0b357ed7a781d13928df8fb14ed4717805be1ad8.tar.gz
urpmi-0b357ed7a781d13928df8fb14ed4717805be1ad8.tar.bz2
urpmi-0b357ed7a781d13928df8fb14ed4717805be1ad8.tar.xz
urpmi-0b357ed7a781d13928df8fb14ed4717805be1ad8.zip
8.1258.125
-rw-r--r--Changes4
-rw-r--r--Makefile.PL2
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.pm2
4 files changed, 7 insertions, 3 deletions
diff --git a/Changes b/Changes
index f1cb681b..2d2774f8 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+Version 8.125 - 17 February 2021
+
+- translation updates
+
Version 8.124 - 24 November 2020
- gurpmi2:
diff --git a/Makefile.PL b/Makefile.PL
index c121b4e1..bf355b11 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -193,7 +193,7 @@ WriteMakefile(
},
'urpmi' => {
file => 'urpmi.pm',
- version => 'v8.124',
+ version => 'v8.125',
},
},
resources => {
diff --git a/urpm.pm b/urpm.pm
index 1532803d..33d59a9b 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.124';
+our $VERSION = 'v8.125';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');
diff --git a/urpmi.pm b/urpmi.pm
index fe46fd49..e41cb53c 100644
--- a/urpmi.pm
+++ b/urpmi.pm
@@ -4,6 +4,6 @@ use strict;
# Dummy package for CPAN testers
-our $VERSION = '8.124';
+our $VERSION = '8.125';
1;