diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index ac43d6fad07..481c35f981c 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.166 2022/07/02 16:53:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.167 2022/07/14 23:46:19 dholland Exp $ DISTNAME= vice-3.6.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/} diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index ed8393c6295..2d75b9c83a3 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.241 2022/07/02 16:53:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.242 2022/07/14 23:46:19 dholland Exp $ DISTNAME= wine-5.0.5 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/${PKGVERSION_NOREV:R}/ MASTER_SITES+= http://mirrors.ibiblio.org/wine/source/${PKGVERSION_NOREV:R}/ |