Skip to content

Commit

Permalink
libuv: Fix SRCURL
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Aug 17, 2024
1 parent 51bd2be commit b58ac7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libuv.be0
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

# more info: https://github.com/libuv/libuv

SRCURL[0]="https://github.com/libuv/libuv/archive/v${PKGVERSION}.tar.gz"
#SRCURL[0]="https://github.com/libuv/libuv/archive/v${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/905d37005fae9cd51424ba25ff4b8a08/v1.37.0.tar.gz"

# PATCHURL+=()

Expand Down

0 comments on commit b58ac7e

Please sign in to comment.