Skip to content

Commit

Permalink
devel/rgbds: Update to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunotexbsd committed Jan 1, 2024
1 parent b78f1f2 commit 2f67d0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions devel/rgbds/Makefile
@@ -1,6 +1,5 @@
PORTNAME= rgbds
DISTVERSION= 0.6.1
PORTREVISION= 2
DISTVERSION= 0.7.0
CATEGORIES= devel games
MASTER_SITES= https://github.com/gbdev/rgbds/releases/download/v${DISTVERSION}/

Expand All @@ -11,9 +10,12 @@ WWW= https://rgbds.gbdev.io/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libpng.so:graphics/png
BUILD_DEPENDS= bash>0:shells/bash
LIB_DEPENDS= libpng16.so:graphics/png

USES= bison compiler:c11 dos2unix pkgconfig
USES= bison compiler:c11 dos2unix pkgconfig shebangfix

SHEBANG_FILES= src/bison.sh
MAKE_ARGS= Q= # verbose builds
WRKSRC= ${WRKDIR}/rgbds

Expand Down
6 changes: 3 additions & 3 deletions devel/rgbds/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670079297
SHA256 (rgbds-0.6.1.tar.gz) = 872018509c6cbc2d9e947a1a6d509fd9dc56a010827f608c5f4fa46de2fa186a
SIZE (rgbds-0.6.1.tar.gz) = 8040703
TIMESTAMP = 1704068698
SHA256 (rgbds-0.7.0.tar.gz) = b3e2bae43e679492efd6f128dc6e951dd4b1b9ef75905df937a9b9fa67bcfaf2
SIZE (rgbds-0.7.0.tar.gz) = 8052126

0 comments on commit 2f67d0f

Please sign in to comment.