summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanitool2015-09-28 11:29:29 +0200
committerdanitool2015-09-28 11:29:29 +0200
commit6d69973c0ff93d37ca2498d42be928269afd3f70 (patch)
tree181aef667b485ef03c05629c5f31ec525aa6f8c9
parentcc36b76f4480c8ae8d056694bc66064d1906c3bc (diff)
downloadaur-6d69973c0ff93d37ca2498d42be928269afd3f70.tar.gz
fix broken download link
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13c89d857745..6c16bd3de014 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by makepkg 4.2.1
-# Sun Sep 13 10:12:23 UTC 2015
pkgbase = zjtag
pkgdesc = zJTAG is an utility for debricking routers, it supports several USB and parallel JTAG cables
pkgver = 1.8
@@ -12,7 +10,7 @@ pkgbase = zjtag
makedepends = libftd2xx
makedepends = libusb
depends = libftd2xx
- source = http://sourceforge.net/projects/zjtag/files/v1.8/zjtag-1.8.zip
+ source = http://wiki.openwrt.org/_media/media/doc/hardware/zjtag-1.8.zip
md5sums = acc87cd424081f1be7df794ee42eb109
pkgname = zjtag
diff --git a/PKGBUILD b/PKGBUILD
index c208e39e7b03..e0fd0df7724c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('libftd2xx')
#depends=('libftd2xx' 'ncurses')
makedepends=('gcc' 'libftd2xx' 'libusb')
-source=("http://sourceforge.net/projects/${pkgname}/files/v${pkgver}/${pkgname}-${pkgver}.zip")
+source=("http://wiki.openwrt.org/_media/media/doc/hardware/zjtag-1.8.zip")
md5sums=('acc87cd424081f1be7df794ee42eb109')
build() {