diff options
author | Thomas Gatzweiler | 2015-11-18 21:16:38 +0100 |
---|---|---|
committer | Thomas Gatzweiler | 2015-11-18 21:16:38 +0100 |
commit | eff43ac2ecd7cd5778ebe0164cd5c18c9173dbde (patch) | |
tree | ee0877ed9014df0bc771adf501c82433ab772541 /PKGBUILD | |
parent | 0f87da9e961afad5068dd16398850db2eb5f1a4f (diff) | |
download | aur-eff43ac2ecd7cd5778ebe0164cd5c18c9173dbde.tar.gz |
Update to flamp 2.2.03
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ # Maintainer: Thomas Gatzweiler <thomas.gatzweiler@gmail.com> pkgname=flamp -pkgver=2.2.02 +pkgver=2.2.03 pkgrel=1 pkgdesc="A program for the Amateur Multicast Protocol" arch=('i686' 'x86_64') url="http://www.w1hkj.com/flamp2.1-help/index.html" license=('GPL') depends=('fldigi') -source=(http://w1hkj.com/downloads/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('60fe6c7f9b76f2bf937a9a58e2bb7a68') +source=(http://downloads.sourceforge.net/project/fldigi/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('46c2c08516e7fa7c7c53e564c91e1f17') build() { cd $pkgname-$pkgver |