Skip to content
Snippets Groups Projects
Commit 02511517 authored by Hoang Nguyen's avatar Hoang Nguyen :turtle: Committed by Patrycja Rosa
Browse files

testing/ticker: upgrade to 4.8.0

parent 1d31c44b
No related branches found
No related tags found
1 merge request!79438testing/ticker: upgrade to 4.8.0
Pipeline #296435 canceled
# Contributor: Hoang Nguyen <folliekazetani@protonmail.com>
maintainer="Hoang Nguyen <folliekazetani@protonmail.com>"
pkgname=ticker
pkgver=4.7.1
pkgrel=1
pkgver=4.8.0
pkgrel=0
pkgdesc="Terminal stock watcher and stock position tracker"
url="https://github.com/achannarasappa/ticker"
arch="all"
......@@ -29,13 +29,8 @@ build() {
}
check() {
local _skip=
case $CARCH in
# yahoo quote tests fail because failing connection to guce.yahoo.com
aarch64|armv7|armhf) _skip="-skip TestQuote";;
esac
# shellcheck disable=SC2046
go test $_skip ./...
# yahoo quote tests fail because failing connection to guce.yahoo.com
go test -skip TestQuote ./...
}
package() {
......@@ -50,5 +45,5 @@ package() {
}
sha512sums="
2ec7751a035f87d96021b23cfdbe27916d2cebf3e42b41a7873ca8dc6b809cee0b1a013bb119c1cbd78ac38dbd70788c5d0c3e18f49fa6a81b7f953b3bf81c15 ticker-4.7.1.tar.gz
3339617b61c4da7bde0940f36ec0e83f451a6db7a858671bd75c767800d88b90806f08e61ff9db68caf315f31597de514ba551ae88c4e3db5c8ade9d3c69519a ticker-4.8.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment