Skip to content

Commit

Permalink
Bump uptate script to 5.9
Browse files Browse the repository at this point in the history
extra-cmake-modules now uses same versioning as kf5.
  • Loading branch information
nbigaouette committed Apr 14, 2015
1 parent daec5d5 commit 5016042
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tools/update-formulas.pl
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@
'kross' => 'portingAids/kross'
);

my $upstream_url = "http://download.kde.org/stable/frameworks/5.8/";
my $upstream_url = "http://download.kde.org/stable/frameworks/5.9/";

my $extra_cmake_modules_upstream_suffix = "-1.8.0.tar.xz";
my $frameworks_upstream_suffix = "-5.8.0.tar.xz";
my $frameworks_upstream_suffix = "-5.9.0.tar.xz";
my $brew_prefix = `brew --cache`;

if ($? != 0) {
Expand All @@ -96,9 +95,6 @@ ($)
my $package = $_[0];

my $upstream_suffix = $frameworks_upstream_suffix;
if ($package eq 'extra-cmake-modules') {
$upstream_suffix = $extra_cmake_modules_upstream_suffix;
}

my $upstream = $frameworks{$package};
if ($upstream eq '') {
Expand Down

0 comments on commit 5016042

Please sign in to comment.