diff --git a/tools/update-formulas.pl b/tools/update-formulas.pl index 837a902..fd63a96 100755 --- a/tools/update-formulas.pl +++ b/tools/update-formulas.pl @@ -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) {