diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2018-12-24 01:57:01 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2018-12-24 01:57:01 +0000 |
commit | 4f9cabd7034b66f03f2df52a9af8b0ab372e26b4 (patch) | |
tree | 87c9f3dd988409dcc40d2faad8fd92c6c2920bb8 /misc | |
parent | 05ab223033a168d11e6093860b43ac8f494d34c8 (diff) | |
download | pkgsrc-4f9cabd7034b66f03f2df52a9af8b0ab372e26b4.tar.gz |
raspberrypi-userland: actually bump PKGREVISION for the previous
Diffstat (limited to 'misc')
-rw-r--r-- | misc/raspberrypi-userland/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile index 3fe335b75d1..b85f3d34412 100644 --- a/misc/raspberrypi-userland/Makefile +++ b/misc/raspberrypi-userland/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2018/12/24 01:53:51 tsutsui Exp $ +# $NetBSD: Makefile,v 1.14 2018/12/24 01:57:01 tsutsui Exp $ # DISTNAME= userland-20170109 -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= raspberrypi-${DISTNAME} CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=jaredmcneill/} |