Skip to content

Commit

Permalink
Update the updating script to point to KF5 v5.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed May 26, 2015
1 parent 1c75129 commit b865dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/update-formulas.pl
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
'kross' => 'portingAids/kross'
);

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

my $frameworks_upstream_suffix = "-5.9.0.tar.xz";
my $frameworks_upstream_suffix = "-5.10.0.tar.xz";
my $brew_prefix = `brew --cache`;

if ($? != 0) {
Expand Down

0 comments on commit b865dc2

Please sign in to comment.