diff options
Diffstat (limited to 'www/lychee')
-rw-r--r-- | www/lychee/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/lychee/Makefile b/www/lychee/Makefile index 37a6252b18ed..cb7eb4e89598 100644 --- a/www/lychee/Makefile +++ b/www/lychee/Makefile @@ -16,7 +16,6 @@ GH_ACCOUNT= lycheeverse PLIST_FILES= bin/lychee -GH_TUPLE= softprops:hubcaps:a9e6616ecc7b8eef0ea0eaf6055d9610c8961500:hubcaps CARGO_INSTALL_PATH= lychee-bin CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.15 \ @@ -312,8 +311,8 @@ CARGO_CRATES= adler-1.0.2 \ winreg-0.7.0 \ winutil-0.1.1 \ wiremock-0.5.2 \ - xml5ever-0.16.1 -CARGO_USE_GITHUB= yes + xml5ever-0.16.1 \ + hubcaps@git+https://github.com/softprops/hubcaps.git\#a9e6616ecc7b8eef0ea0eaf6055d9610c8961500 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lychee |