summaryrefslogtreecommitdiff
path: root/libuv
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-05-21 13:57:19 +0000
committerTim Biermann <tbier@posteo.de>2020-05-21 13:57:19 +0000
commit2cdbb2ccd15e07687f0ca64cd4143e3fa193da89 (patch)
tree25f35c8086cec6657f240d0fd177cdd3dfa7faa5 /libuv
parent3b06acfea4ce8ccec5ad86c7ee2df844e8d67a10 (diff)
downloadcontrib-2cdbb2ccd15e07687f0ca64cd4143e3fa193da89.tar.gz
contrib-2cdbb2ccd15e07687f0ca64cd4143e3fa193da89.tar.xz
libuv: pull a named tarball instead of just v.tar.gz
Diffstat (limited to 'libuv')
-rw-r--r--libuv/.signature6
-rw-r--r--libuv/Pkgfile4
2 files changed, 5 insertions, 5 deletions
diff --git a/libuv/.signature b/libuv/.signature
index 355f5c80a..cf8d3ec35 100644
--- a/libuv/.signature
+++ b/libuv/.signature
@@ -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
diff --git a/libuv/Pkgfile b/libuv/Pkgfile
index c68db8f0d..32001ac00 100644
--- a/libuv/Pkgfile
+++ b/libuv/Pkgfile
@@ -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

Generated by cgit