From 260fb39250e0e0ec267b5a6a816871938069acbd Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 1 Aug 2018 06:57:29 +0200 Subject: [PATCH] mesa-demos: adjust for ver. 8.4.0 --- mesa-demos.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesa-demos.be0 b/mesa-demos.be0 index fe6bd186f..f34373ca8 100755 --- a/mesa-demos.be0 +++ b/mesa-demos.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesa-demos-8.3.0-0 +# BEE_VERSION mesa-demos-8.4.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://mesa.freedesktop.org/archive/demos/${PKGVERSION}/mesa-demos-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://mesa.freedesktop.org/archive/demos/mesa-demos-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.