diff --git a/finance/ticker/Portfile b/finance/ticker/Portfile index 56e90d4b8b6..02c4a693744 100644 --- a/finance/ticker/Portfile +++ b/finance/ticker/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/achannarasappa/ticker 4.6.3 v +go.setup github.com/achannarasappa/ticker 4.8.1 v revision 0 description Terminal stock ticker with live updates and position \ @@ -20,9 +20,9 @@ license GPL-3 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 ca2432c128c34690e0cc931e3b9fed448898623b \ - sha256 09e228b38b3da55e870b194bc6780af027c47bd0fdf39d146459a372a8956b87 \ - size 185005 +checksums rmd160 e0044e2d3eac9df658448a291159d586c12bf065 \ + sha256 dfbb82fa4484b8a244945597679ce9a3cd54d9da93a784de7e29a9dc1ee2064b \ + size 191912 # Building with go.vendors doesn't work very well as ticker is not using a # fully qualified module name in both go.mod and Go sources. Allow to build