Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 12:27:35 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 38a040837183 - main - misc/exercism: Update version 3.1.0=>3.2.0
Message-ID:  <202308021227.372CRZBU038903@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38a0408371833fab1275f735385756e99c4b8d38

commit 38a0408371833fab1275f735385756e99c4b8d38
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-02 11:21:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-02 12:27:27 +0000

    misc/exercism: Update version 3.1.0=>3.2.0
    
    Changelog: https://github.com/exercism/cli/releases/tag/v3.2.0
---
 misc/exercism/Makefile | 5 ++---
 misc/exercism/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile
index 5a4897d83cec..d5a36f119cd7 100644
--- a/misc/exercism/Makefile
+++ b/misc/exercism/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	exercism
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.1.0
-PORTREVISION=	1
+DISTVERSION=	3.2.0
 CATEGORIES=	misc
 
 MAINTAINER=	bofh@FreeBSD.org
@@ -14,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		go:modules
 USE_GITHUB=	yes
 # golang:sys was bumped to 0.9.0 to fix the build on riscv64
-GH_TUPLE=	exercism:cli:v${PORTVERSION}:DEFAULT \
+GH_TUPLE=	exercism:cli:v${DISTVERSION}:DEFAULT \
 		blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \
 		davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
 		fsnotify:fsnotify:v1.4.2:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
diff --git a/misc/exercism/distinfo b/misc/exercism/distinfo
index a9a165f64e8a..e19015e71308 100644
--- a/misc/exercism/distinfo
+++ b/misc/exercism/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1687703350
-SHA256 (exercism-cli-v3.1.0_GH0.tar.gz) = 34653a6a45d49daef10db05672c9b4e36c3c30e09d57c3c0f737034d071ae4f6
-SIZE (exercism-cli-v3.1.0_GH0.tar.gz) = 58673
+TIMESTAMP = 1690975087
+SHA256 (exercism-cli-v3.2.0_GH0.tar.gz) = 0411c0feca82725edd824f183a59acca245b29d386f1062120a65d5b57d70e91
+SIZE (exercism-cli-v3.2.0_GH0.tar.gz) = 62913
 SHA256 (blang-semver-v3.5.1_GH0.tar.gz) = 3d9da53f4c2d3169bfa9b25f2f36f301a37556a47259c870881524c643c69c57
 SIZE (blang-semver-v3.5.1_GH0.tar.gz) = 14831
 SHA256 (davecgh-go-spew-v1.1.0_GH0.tar.gz) = 1f7e0bd2db0341925b5f2ee5834e99380f4c2b1bd36cf0fa62d7717899d39d62



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308021227.372CRZBU038903>