Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
02511517
Commit
02511517
authored
1 month ago
by
Hoang Nguyen
Committed by
Patrycja Rosa
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/ticker: upgrade to 4.8.0
parent
1d31c44b
No related branches found
No related tags found
1 merge request
!79438
testing/ticker: upgrade to 4.8.0
Pipeline
#296435
canceled
1 month ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/ticker/APKBUILD
+5
-10
5 additions, 10 deletions
testing/ticker/APKBUILD
with
5 additions
and
10 deletions
testing/ticker/APKBUILD
+
5
−
10
View file @
02511517
# 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
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment