summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3235b734ec35..cd0d4b142174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Maintainer: uffe Jakobsen <_microtop_-at-_starion_-_dot_-_dk_>
#
-_pkgver="1_8h"
+_pkgver="1_8i"
pkgname=vasm
-pkgver=1.8h
+pkgver=1.8i
pkgrel=1
pkgdesc="Portable and retargetable 6502 6800 arm c16x jagrisc m68k ppc test tr3200 vidcore x86 z80 assembler."
arch=('i686' 'x86_64')
@@ -15,8 +15,9 @@ url="http://sun.hasenbraten.de/vasm/"
license=('custom')
depends=()
#source=(http://sun.hasenbraten.de/vasm/release/vasm.tar.gz) # latest unversioned source url
-source=(http://server.owl.de/~frank/tags/${pkgname}${_pkgver}.tar.gz)
-md5sums=('748ef165a895a29c59e549f8088e15b7')
+#source=(http://server.owl.de/~frank/tags/${pkgname}${_pkgver}.tar.gz)
+source=(http://phoenix.owl.de/tags/${pkgname}${_pkgver}.tar.gz)
+md5sums=('889d409503d8b4f5e41a26a90594fad2')
CPU_LIST="6502 6800 arm c16x jagrisc m68k ppc test tr3200 vidcore x86 z80"