From 433f2a32ed9ebdd5c7e11b13f023511f79137ec9 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Tue, 22 Sep 2020 18:17:57 +0200 Subject: [PATCH] BeMines: update to v1.1 Added latest contributers --- .../{bemines-1.0b3.recipe => bemines-1.1.recipe} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) rename haiku-games/bemines/{bemines-1.0b3.recipe => bemines-1.1.recipe} (79%) diff --git a/haiku-games/bemines/bemines-1.0b3.recipe b/haiku-games/bemines/bemines-1.1.recipe similarity index 79% rename from haiku-games/bemines/bemines-1.0b3.recipe rename to haiku-games/bemines/bemines-1.1.recipe index 14cc6ec43..893a2363d 100644 --- a/haiku-games/bemines/bemines-1.0b3.recipe +++ b/haiku-games/bemines/bemines-1.1.recipe @@ -14,13 +14,14 @@ of mines around it have been flagged, it will clear all the other squares \ around the number. Of course, if you've made a mistake, you'll probably \ set off a mine. Left clicking while holding down SHIFT will also do this." HOMEPAGE="https://github.com/HaikuArchives/BeMines" -COPYRIGHT="2009 Jon Yoder" +COPYRIGHT="2009 Jon Yoder + 2018-2020 Kevin Adams, Adrien Destugues, Humdinger, Raheem Idowu, Janus, \ + Justin Stressman" LICENSE="MIT" -REVISION="2" -srcGitRev="bd1a954d8c0f0f0f8b60bca71965e06d360d19a8" -SOURCE_URI="https://github.com/HaikuArchives/BeMines/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="00851988cd15158886320641b6519606650f003cf9eca376cc017998c7f9b7ed" -SOURCE_DIR="BeMines-$srcGitRev" +REVISION="1" +SOURCE_URI="https://github.com/HaikuArchives/BeMines/archive/v$portVersion.tar.gz" +CHECKSUM_SHA256="ecf33ce97614a0ed287053b816d3ad258f87f92bc09e110384607bfa4ebbe8bb" +SOURCE_DIR="BeMines-$portVersion" ARCHITECTURES="x86_gcc2 x86_64"