mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
net/librespeed-go: update to v1.1.2
ChangeLog: https://github.com/librespeed/speedtest-go/releases/tag/v1.1.2 While here, reorder some variables. PR: 251008 Submitted by: driesm.michiels@gmail.com (maintainer)
This commit is contained in:
parent
9897336621
commit
0632b5b65e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554940
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= librespeed-go
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1.1
|
||||
DISTVERSION= 1.1.2
|
||||
CATEGORIES= net www
|
||||
|
||||
MAINTAINER= driesm.michiels@gmail.com
|
||||
@ -16,7 +16,8 @@ USE_RC_SUBR= librespeed-go
|
||||
USE_GITHUB= YES
|
||||
GH_ACCOUNT= librespeed
|
||||
GH_PROJECT= speedtest-go
|
||||
GH_TUPLE= etcd-io:bbolt:v1.3.5:etcd_io_bbolt/vendor/go.etcd.io/bbolt \
|
||||
GH_TUPLE= \
|
||||
etcd-io:bbolt:v1.3.5:etcd_io_bbolt/vendor/go.etcd.io/bbolt \
|
||||
fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
|
||||
go-chi:chi:v4.1.2:go_chi_chi/vendor/github.com/go-chi/chi \
|
||||
go-chi:cors:v1.1.1:go_chi_cors/vendor/github.com/go-chi/cors \
|
||||
@ -45,12 +46,13 @@ GH_TUPLE= etcd-io:bbolt:v1.3.5:etcd_io_bbolt/vendor/go.etcd.io/bbolt \
|
||||
subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
|
||||
umahmood:haversine:808ab04add26:umahmood_haversine/vendor/github.com/umahmood/haversine
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= LIBRESPEED_USER=${USERS} LIBRESPEED_GROUP=${GROUPS} PORTNAME=${PORTNAME}
|
||||
|
||||
USERS= librespeed
|
||||
GROUPS= librespeed
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
PLIST_SUB= LIBRESPEED_USER=${USERS} LIBRESPEED_GROUP=${GROUPS}
|
||||
SUB_LIST= LIBRESPEED_USER=${USERS} LIBRESPEED_GROUP=${GROUPS} PORTNAME=${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
TIMESTAMP = 1599161588
|
||||
SHA256 (librespeed-speedtest-go-v1.1.1_GH0.tar.gz) = 9ccbe9c19e5b43ad2e547a505653e4e3c6b499723e10e05e12baf4459e22e36f
|
||||
SIZE (librespeed-speedtest-go-v1.1.1_GH0.tar.gz) = 2240967
|
||||
TIMESTAMP = 1605007583
|
||||
SHA256 (librespeed-speedtest-go-v1.1.2_GH0.tar.gz) = 228923e001f6a1550865aa58eacff4e9504b69e9e7118f2ae4f37936077e261a
|
||||
SIZE (librespeed-speedtest-go-v1.1.2_GH0.tar.gz) = 2240887
|
||||
SHA256 (etcd-io-bbolt-v1.3.5_GH0.tar.gz) = 63fed2e9bbdcc2aa279c2a7ea4a59c39bc21616ec2c96abff0020872beb3dbad
|
||||
SIZE (etcd-io-bbolt-v1.3.5_GH0.tar.gz) = 96494
|
||||
SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb
|
||||
|
Loading…
Reference in New Issue
Block a user