Skip to content

Commit

Permalink
Merge pull request #221 from hadfl/pkgupd
Browse files Browse the repository at this point in the history
pkgupd parser fixes
  • Loading branch information
citrus-it authored Nov 4, 2024
2 parents e9d09bf + f29a2f2 commit 291b264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/OOCEapps/PkgUpd/Mattermost.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package OOCEapps::PkgUpd::Mattermost;
use Mojo::Base 'OOCEapps::PkgUpd::base';

my $LTSVER = '9.5';
my $LTSVER = '9.11';

# public methods
sub canParse {
Expand Down
3 changes: 2 additions & 1 deletion lib/OOCEapps/PkgUpd/base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ my %TRANSFORM = (
'bdw-gc' => 'gc',
fcgid => 'mod_fcgid',
'libdbus-glib' => 'dbus-glib',
liburcu => 'userspace-rcu',
pass => 'password-store',
'pipe-viewer' => 'pv',
'urxvt-terminfo' => 'rxvt-unicode',
Expand All @@ -14,7 +15,7 @@ my %TRANSFORM = (
);

my %VERSIONS = (
haproxy => '2.8',
haproxy => '3.0',
);

# public methods
Expand Down

0 comments on commit 291b264

Please sign in to comment.