From 2cb6148a216be2d4b4092dfde44f20edadb25a2d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 9 Dec 2018 02:53:42 -0200 Subject: [PATCH] bff: update to 1.0.5. --- srcpkgs/bff/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/bff/template b/srcpkgs/bff/template index 5df1ec9fc1..41cc347597 100644 --- a/srcpkgs/bff/template +++ b/srcpkgs/bff/template @@ -1,17 +1,16 @@ # Template file for 'bff' pkgname=bff -version=1.0 -revision=2 -build_style=fetch +version=1.0.5 +revision=1 +build_style=gnu-makefile short_desc="Brainfuck interpreter (DBFI dialect)" maintainer="ananteris " license="Public Domain" -homepage="http://mazonka.com/brainf/" -distfiles="${homepage}/bff4.c" -checksum=6139b587a7ac40b0bda023064172e9bbccfce15cd8c879ec601e8ee70b83aec3 +homepage="https://github.com/apankrat/bff" +distfiles="https://github.com/apankrat/bff/archive/v${version}.tar.gz" +checksum=8fff205c1c60f15c43b5613a73f1b6b7cac9f58c7c803eed4ed4c890a9374110 do_install() { - $CC $CFLAGS $LDFLAGS bff4.c -o bff vbin bff }