diff --git a/Makefile b/Makefile index 60a75d3..2588295 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,9 @@ brew/build: brew/remove brew/audit: brew audit --strict cointop.rb +brew/test: + brew test cointop.rb + git/rm/large: java -jar bfg.jar --strip-blobs-bigger-than 200K . diff --git a/flathub/com.github.miguelmota.Cointop.json b/flathub/com.github.miguelmota.Cointop.json index c3f2f61..437b78e 100644 --- a/flathub/com.github.miguelmota.Cointop.json +++ b/flathub/com.github.miguelmota.Cointop.json @@ -57,7 +57,7 @@ { "type": "git", "url": "https://github.com/miguelmota/cointop.git", - "commit": "5e08a6f533e5e2bb3a430fb60c71b7f5eecfaf1c", + "commit": "8b33ac7b32c3a3f25d803afe9cc425dfb2c2c207", "dest": "go/src/github.com/miguelmota/cointop" } ]