mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
devel/racer: chase HTTP redirect
This commit is contained in:
parent
d843f2e2bf
commit
544a76cff7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445157
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
|
||||
|
||||
USES= cargo
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= phildawes
|
||||
GH_ACCOUNT= racer-rust
|
||||
|
||||
PLIST_FILES= bin/racer
|
||||
|
||||
|
@ -99,5 +99,5 @@ SHA256 (rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949a9b857f3451275e911c3f44255
|
||||
SIZE (rust/crates/winapi-0.2.8.tar.gz) = 455145
|
||||
SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc
|
||||
SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669
|
||||
SHA256 (phildawes-racer-2.0.9_GH0.tar.gz) = 31185317118a069569611572daf28890989d52222c390448feacf17bb469fb87
|
||||
SIZE (phildawes-racer-2.0.9_GH0.tar.gz) = 145302
|
||||
SHA256 (racer-rust-racer-2.0.9_GH0.tar.gz) = 31185317118a069569611572daf28890989d52222c390448feacf17bb469fb87
|
||||
SIZE (racer-rust-racer-2.0.9_GH0.tar.gz) = 145302
|
||||
|
@ -2,4 +2,4 @@ RACER = Rust Auto-Complete-er. A utility intended to provide Rust code
|
||||
completion for editors and IDEs. Maybe one day the 'er' bit will be
|
||||
exploring + refactoring or something.
|
||||
|
||||
WWW: https://github.com/phildawes/racer
|
||||
WWW: https://github.com/racer-rust/racer
|
||||
|
Loading…
Reference in New Issue
Block a user