fs-repo-migrations: update to 1.7.1.
This commit is contained in:
parent
b24b34901a
commit
74d1786aeb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fs-repo-migrations'
|
||||
pkgname=fs-repo-migrations
|
||||
version=1.6.4
|
||||
version=1.7.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/ipfs/fs-repo-migrations"
|
||||
|
@ -9,7 +9,10 @@ maintainer="Christopher Brannon <chris@the-brannons.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/ipfs/fs-repo-migrations"
|
||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=9ab93755c93ca74da3afaa66dafd93c2b07c2a8e207e05b40ff6f7579819d451
|
||||
checksum=6fbd68a6ae5eabcebdd0dc81e909a069facb112c4fe0421f159ab58112a041c2
|
||||
|
||||
# fix: collect2: fatal error: cannot find 'ld'
|
||||
export LDFLAGS="-fuse-ld=bfd"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue