libuv: pull a named tarball instead of just v.tar.gz

This commit is contained in:
Tim Biermann 2020-05-21 13:57:19 +00:00
parent 3b06acfea4
commit 2cdbb2ccd1
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/iO75SPF7YJY7rQLrH2vKj3QdpVLdGIRV3hVIXXN8/8k6mEGZfFqya29kiV4eDSOuD+BmZe+nBYEmXz9vZffws=
SHA256 (Pkgfile) = 8a7091de592ba6e646a983829e996b1673e2b8251a2a052b9897751d4f75980c
RWSagIOpLGJF3yvMCNQa7YqmoMUUJjUg9i1GuMbgfiCsB+AP/w4Ju14LgwQuc3tME0nkxLTi7SLu6es+WPikZj0FlCFl9MknbwA=
SHA256 (Pkgfile) = 13a0cc23490fcf7b270fd08d5cce3c73ecf2a4cc05d62a2d1e05c986fec42567
SHA256 (.footprint) = 78e764acb0a80912745e882ad9b3319a7225e9a8cc4b01863985d7d9487ab4c9
SHA256 (v1.38.0.tar.gz) = 2cd9a757fe6c512440933e2bdcab21143d4aa6249b2541399908ce038b756c9d
SHA256 (libuv-1.38.0.tar.gz) = 2cd9a757fe6c512440933e2bdcab21143d4aa6249b2541399908ce038b756c9d

View File

@ -5,10 +5,10 @@
name=libuv
version=1.38.0
release=1
source=(https://github.com/libuv/libuv/archive/v$version.tar.gz)
source=(https://github.com/libuv/libuv/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
cd $name-$version
./autogen.sh
./configure --prefix=/usr