fx: update to 30.2.0.
This commit is contained in:
parent
0b51fc4b75
commit
e5c476cb23
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fx'
|
# Template file for 'fx'
|
||||||
pkgname=fx
|
pkgname=fx
|
||||||
version=30.1.1
|
version=30.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/antonmedv/fx
|
go_import_path=github.com/antonmedv/fx
|
||||||
|
@ -10,7 +10,7 @@ license="MIT"
|
||||||
homepage="https://fx.wtf"
|
homepage="https://fx.wtf"
|
||||||
changelog="https://github.com/antonmedv/fx/releases"
|
changelog="https://github.com/antonmedv/fx/releases"
|
||||||
distfiles="https://github.com/antonmedv/fx/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/antonmedv/fx/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=650f8e1079256b8c97d57eb7963c81763ab63096edbf10bb145246e495f6cdc4
|
checksum=36f2c3fb6e349f3bc2b416c1ccdc2a17a93912fb6d1d7cf72941cabd467b9922
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
Loading…
Reference in New Issue