Date: Fri, 16 Apr 2021 08:44:17 GMT From: Lewis Cook <lcook@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0611aaf277c5 - main - www/oneshot: Update to 1.5.0 Message-ID: <202104160844.13G8iHhw011881@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=0611aaf277c5326334c136556d9c63fd3ea73e0e commit 0611aaf277c5326334c136556d9c63fd3ea73e0e Author: Lewis Cook <lcook@FreeBSD.org> AuthorDate: 2021-04-16 08:43:35 +0000 Commit: Lewis Cook <lcook@FreeBSD.org> CommitDate: 2021-04-16 08:44:04 +0000 www/oneshot: Update to 1.5.0 Changes: https://github.com/raphaelreyna/oneshot/releases/tag/v1.5.0 Approved by: mentors (implicit) --- www/oneshot/Makefile | 3 ++- www/oneshot/distinfo | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/www/oneshot/Makefile b/www/oneshot/Makefile index ad924c3d2c6d..b2003fb7d41a 100644 --- a/www/oneshot/Makefile +++ b/www/oneshot/Makefile @@ -1,6 +1,6 @@ PORTNAME= oneshot DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 +DISTVERSION= 1.5.0 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org @@ -18,6 +18,7 @@ GH_TUPLE= cenkalti:backoff:v2.2.1:cenkalti_backoff/vendor/github.com/cenkalti/ba golang:crypto:87dc89f01550:golang_crypto/vendor/golang.org/x/crypto \ golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \ golang:sys:85ca7c5b95cd:golang_sys/vendor/golang.org/x/sys \ + google:uuid:v1.2.0:google_uuid/vendor/github.com/google/uuid \ gorilla:mux:v1.7.4:gorilla_mux/vendor/github.com/gorilla/mux \ grandcat:zeroconf:v1.0.0:grandcat_zeroconf/vendor/github.com/grandcat/zeroconf \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ diff --git a/www/oneshot/distinfo b/www/oneshot/distinfo index bf9ad97c3863..88f4a67734e9 100644 --- a/www/oneshot/distinfo +++ b/www/oneshot/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1617729262 -SHA256 (raphaelreyna-oneshot-v1.4.1_GH0.tar.gz) = c8a62d4fd5c678e59f1ba259322a6356ed8a0b9e760fbd0187592e1bd0906f06 -SIZE (raphaelreyna-oneshot-v1.4.1_GH0.tar.gz) = 637606 +TIMESTAMP = 1618562555 +SHA256 (raphaelreyna-oneshot-v1.5.0_GH0.tar.gz) = bb51866113288e341583725e7df40be27fab7f1b4eff9fae75b4773ebd328e96 +SIZE (raphaelreyna-oneshot-v1.5.0_GH0.tar.gz) = 641869 SHA256 (cenkalti-backoff-v2.2.1_GH0.tar.gz) = a2c29d0184e7afc415975cf2689723028d2686ffbb67fe0999ab1d691e6d16db SIZE (cenkalti-backoff-v2.2.1_GH0.tar.gz) = 8623 SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576 @@ -13,6 +13,8 @@ SHA256 (golang-net-627f9648deb9_GH0.tar.gz) = a171ecd3ca1ca546c82806d7ddba1985b1 SIZE (golang-net-627f9648deb9_GH0.tar.gz) = 1177189 SHA256 (golang-sys-85ca7c5b95cd_GH0.tar.gz) = 06a5cbc446381df9653d4b410239720eea6b27461597de88f3e621664c811294 SIZE (golang-sys-85ca7c5b95cd_GH0.tar.gz) = 1047239 +SHA256 (google-uuid-v1.2.0_GH0.tar.gz) = 53ba896ce398435b3ba4f9375f5d4908b09c79daaa54ecd4e5000b7bef984380 +SIZE (google-uuid-v1.2.0_GH0.tar.gz) = 14158 SHA256 (gorilla-mux-v1.7.4_GH0.tar.gz) = 56ea3c39b8c19360357970a4dcd717485f36ac7da9c6b5a107bd4b80848c4aee SIZE (gorilla-mux-v1.7.4_GH0.tar.gz) = 45437 SHA256 (grandcat-zeroconf-v1.0.0_GH0.tar.gz) = 6d1453ee70fb244aa1ddf758e7f061e6a83c69e4b8c82962cdff37ce1faa7767
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104160844.13G8iHhw011881>