1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Update to version 1.18.1.

Reported by:	portscout
This commit is contained in:
Alexey Dokuchaev 2020-12-09 07:14:50 +00:00
parent eac7981545
commit 9f19b9b525
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557353
3 changed files with 11 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= storj
PORTVERSION= 1.17.4
PORTVERSION= 1.18.1
DISTVERSIONPREFIX= v
CATEGORIES= net
@ -16,12 +16,17 @@ USE_GITHUB= yes
.include "${.CURDIR}/Makefile.deps"
STORJ_CMDS= certificates identity inspector metric-receiver \
STORJ_CMDS= certificates identity inspector metric-receiver multinode \
satellite segment-reaper storagenode storagenode-updater \
storj-admin storj-sim uplink versioncontrol
GO_TARGET= ${STORJ_CMDS:S,^,./cmd/,}
post-patch:
# Unbreak the build on 32-bit architectures
@${REINPLACE_CMD} -e 's,1 << 31,1 << 30,' \
${WRKSRC}/cmd/storj-sim/main.go
post-stage:
# Avoid conflict with `graphics/mesa-demos'
@${MV} ${STAGEDIR}${PREFIX}/bin/identity \

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1605834837
SHA256 (storj-storj-v1.17.4_GH0.tar.gz) = d2e79ea9ad7fd2d22cbb69f2d9c4adbee486a17bf8d16b7cb0e65bb9756e0e9c
SIZE (storj-storj-v1.17.4_GH0.tar.gz) = 4875461
TIMESTAMP = 1606816977
SHA256 (storj-storj-v1.18.1_GH0.tar.gz) = 93b68d377d4e07ab4433bcfd03d965f547d6b95157d69f827b83687730d62a7f
SIZE (storj-storj-v1.18.1_GH0.tar.gz) = 4945344
SHA256 (VividCortex-ewma-v1.1.1_GH0.tar.gz) = 3b2d62412b7ba2726a379cc0ae557595c027dc8206d0ef98f13831281b8f2b85
SIZE (VividCortex-ewma-v1.1.1_GH0.tar.gz) = 6042
SHA256 (alessio-shellescape-v1.2.2_GH0.tar.gz) = f3cc6a97a0f91a5be58bbf0ab3fa9bcd049a61789944f9e3f0c353cb9e851103

View File

@ -1,6 +1,7 @@
bin/certificates
bin/inspector
bin/metric-receiver
bin/multinode
bin/satellite
bin/segment-reaper
bin/storagenode