summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2020-04-07 21:19:43 +0200
committerCarsten Teibes2020-04-07 21:19:43 +0200
commit49a008577e914b98192b0edde424362c7a49b40a (patch)
treeddba93639ffa5446aa1521357193f2878214d154 /PKGBUILD
parentf7ffb42fa0756e980c755679f1411d6b34d32281 (diff)
downloadaur-wiiload.tar.gz
[fix] download location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e8de392af70..c553d858f4e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=wiiload
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Load homebrew apps over network/usbgecko to your Wii'
arch=('i686' 'x86_64')
url='http://hbc.hackmii.com/'
license=('GPL2')
depends=('zlib')
-source=("http://sourceforge.net/projects/devkitpro/files/sources/tools/$pkgname-$pkgver.tar.bz2")
-sha256sums=('95557ecae364d189fb771702af56c1c6f9ee076696046b78e7a2e931974533cc')
+source=("https://github.com/devkitPro/wiiload/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
+sha256sums=('83217d819a60ea09bd395752289324c767be2438226f0d155845cacd289a9595')
build() {
cd $pkgname-$pkgver