diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-10 09:17:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-10 09:17:57 +0000 |
commit | 684c337e0117ce56a93a5289af0867f739c427ce (patch) | |
tree | ae4b20da378705fbc3a9da104b3f52a6143d53c9 /games/minerbold/Makefile | |
parent | 026cf1c9f74bd465940bd34bb682ede62d11b3dd (diff) |
- Update to 1.3
Notes
Notes:
svn path=/head/; revision=378762
Diffstat (limited to 'games/minerbold/Makefile')
-rw-r--r-- | games/minerbold/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/minerbold/Makefile b/games/minerbold/Makefile index d6c9b9b8e9c7..dd7cda3a408c 100644 --- a/games/minerbold/Makefile +++ b/games/minerbold/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= minerbold -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -15,7 +15,7 @@ RUN_DEPENDS= instead:${PORTSDIR}/games/instead USE_GITHUB= yes GH_ACCOUNT= gl00my -GH_COMMIT= 5c0b4f3 +GH_COMMIT= 75f3f79 NO_BUILD= yes NO_ARCH= yes |