Skip to content

Commit

Permalink
qimageblitz: use ftp download
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Feb 22, 2012
1 parent 5507978 commit b5612b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/qimageblitz.rb
@@ -1,9 +1,9 @@
require 'formula'

class Qimageblitz < Formula
url 'svn://anonsvn.kde.org/home/kde/tags/qimageblitz/0.0.6'
version '0.0.6'
homepage 'http://www.kde.org'
url 'ftp://ftp.kde.org/pub/kde/stable/qimageblitz/qimageblitz-0.0.6.tar.bz2'
md5 '0ae2f7d4e0876764a97ca73799f61df4'

depends_on 'cmake' => :build
depends_on 'qt'
Expand Down

0 comments on commit b5612b9

Please sign in to comment.