From 385c634e691337633c1e6bbdf207b4e35f56b702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 20 Dec 2022 21:22:39 -0300 Subject: [PATCH] tachyon: update to 0.99.5. --- srcpkgs/tachyon/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/tachyon/template b/srcpkgs/tachyon/template index eb07c1cbf4ca..297082466a6c 100644 --- a/srcpkgs/tachyon/template +++ b/srcpkgs/tachyon/template @@ -1,6 +1,6 @@ # Template file for 'tachyon' pkgname=tachyon -version=0.99~b6+dsx +version=0.99.5 revision=1 build_wrksrc=unix build_style=gnu-makefile @@ -9,9 +9,9 @@ makedepends="libpng-devel libjpeg-turbo-devel" short_desc="Multithreaded ray tracing software" maintainer="Gonzalo TornarĂ­a " license="BSD-3-Clause" -homepage="http://jedi.ks.uiuc.edu/~johns/raytracer/" -distfiles="${DEBIAN_SITE}/main/t/tachyon/tachyon_${version}.orig.tar.xz" -checksum=ec90074f569d6d797576611527caa6b1aac96125aea1ec89a31b2867f1cdf7ff +homepage="https://mirrors.mit.edu/sage/spkg/upstream/tachyon/index.html" +distfiles="https://mirrors.mit.edu/sage/spkg/upstream/tachyon/tachyon-${version}.tar.bz2" +checksum=09203c102311149f5df5cc367409f96c725742666d19c24db5ba994d5a81a6f5 pre_build() { export LIBS+=" -ltachyon -ljpeg -lpng -lm -lpthread"