From 4cd44e3b6fde3a34ea233d15173011bd11015741 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 1 Mar 2025 14:57:42 +0100 Subject: Bump dbris dependency version to 0.06 --- Build.PL | 4 ++-- scripts/makedeb-docker-helper | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Build.PL b/Build.PL index 5b05cee..05e25da 100644 --- a/Build.PL +++ b/Build.PL @@ -31,8 +31,8 @@ Module::Build->new( 'List::Util' => 0, 'LWP::UserAgent' => 0, 'LWP::Protocol::https' => 0, - 'Travel::Status::DE::DBRIS' => '0.05', - 'Travel::Status::DE::DBRIS::Location' => '0.05', + 'Travel::Status::DE::DBRIS' => '0.06', + 'Travel::Status::DE::DBRIS::Location' => '0.06', }, script_files => 'bin/', sign => 1, diff --git a/scripts/makedeb-docker-helper b/scripts/makedeb-docker-helper index 71338e7..627908e 100755 --- a/scripts/makedeb-docker-helper +++ b/scripts/makedeb-docker-helper @@ -15,8 +15,8 @@ apt-get -y install \ libtest-compile-perl libtest-pod-perl \ libtest-simple-perl wget -wget https://lib.finalrewind.org/deb/libtravel-status-de-dbris-perl_0.05-1_all.deb -dpkg -i libtravel-status-de-dbris-perl_0.05-1_all.deb +wget https://lib.finalrewind.org/deb/libtravel-status-de-dbris-perl_0.06-1_all.deb +dpkg -i libtravel-status-de-dbris-perl_0.06-1_all.deb apt-file update apt-cache dumpavail | dpkg --merge-avail -- cgit v1.2.3