diff options
Diffstat (limited to 'devel/protobuf-c/Makefile')
-rw-r--r-- | devel/protobuf-c/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/protobuf-c/Makefile b/devel/protobuf-c/Makefile index af2a532ced73..b24d113c1009 100644 --- a/devel/protobuf-c/Makefile +++ b/devel/protobuf-c/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= protobuf-c -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= devel MASTER_SITES= https://github.com/${GITHUB_USER}/${GITHUB_REPO}/releases/download/v${PORTVERSION}/ \ http://github.com/${GITHUB_USER}/${GITHUB_REPO}/releases/download/v${PORTVERSION}/ |