Update to rocksndiamonds-4.2.0.1.

This commit is contained in:
benoit 2020-08-21 05:57:19 +00:00
parent 1e9a96991a
commit f4f35b0bf4
3 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.43 2020/08/20 07:18:40 benoit Exp $
# $OpenBSD: Makefile,v 1.44 2020/08/21 05:57:19 benoit Exp $
ONLY_FOR_ARCHS = ${GCC4_ARCHS} ${CLANG_ARCHS}
COMMENT = maze game resembling boulderdash
DISTNAME = rocksndiamonds-4.2.0.0
DISTNAME = rocksndiamonds-4.2.0.1
CATEGORIES = games x11
HOMEPAGE = http://www.artsoft.org/rocksndiamonds/

View File

@ -1,2 +1,2 @@
SHA256 (rocksndiamonds-4.2.0.0.tar.gz) = alC28YfyYCuErEJYhEB18GZ4W24jP3+MHdlACtnSYag=
SIZE (rocksndiamonds-4.2.0.0.tar.gz) = 4205389
SHA256 (rocksndiamonds-4.2.0.1.tar.gz) = IUPXePfRu+Goaqnetpq9Hhk5RckKMReDjgOX7YKW22U=
SIZE (rocksndiamonds-4.2.0.1.tar.gz) = 4205264

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_Makefile,v 1.12 2019/05/27 08:57:33 benoit Exp $
$OpenBSD: patch-src_Makefile,v 1.13 2020/08/21 05:57:19 benoit Exp $
Index: src/Makefile
--- src/Makefile.orig
+++ src/Makefile
@@ -113,8 +113,8 @@ SYS_LDFLAGS := $(shell echo $(SYS_LDFLAGS) | \
@@ -123,8 +123,8 @@ SYS_LDFLAGS := $(shell echo $(SYS_LDFLAGS) | \
OPTIONS = -O3 -Wall
endif