diff options
author | Tim Biermann <tbier@posteo.de> | 2022-12-30 09:26:51 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-12-30 09:26:51 +0000 |
commit | 25416e99b89c82f5e33abb5c63121d5700ddbdc4 (patch) | |
tree | 1a71dfecb3b74a7ab436d1771df725295621d95e /tre-command | |
parent | 433b0c7435d04c6ca434b25c98e5040cd43e2ba7 (diff) | |
download | contrib-25416e99b89c82f5e33abb5c63121d5700ddbdc4.tar.gz contrib-25416e99b89c82f5e33abb5c63121d5700ddbdc4.tar.xz |
tre-command: fixed source
Diffstat (limited to 'tre-command')
-rw-r--r-- | tre-command/.signature | 6 | ||||
-rw-r--r-- | tre-command/Pkgfile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tre-command/.signature b/tre-command/.signature index da21826ba..c9e2cdbfe 100644 --- a/tre-command/.signature +++ b/tre-command/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/gAqGNyFgniWiRzBd9TGX+u0YK8sDLBzjkwWJGYyYWmoZ7/aTIBEUP3k3NmPs5VrYB3JYyWwQCBxsQ8onDGMws= -SHA256 (Pkgfile) = d4e8b0b95257a939a2bca344342266bbf77687f0a76681a5c87751a3ba158224 +RWSagIOpLGJF32LM73jEgpUBycKrdBA1NWt1GKD1baB1C1dbG4i0RRr+ixZn4dgBYG92ZFh8s42vgwYhCBdmTK7ySQvjgbXdiAk= +SHA256 (Pkgfile) = 301b7dd2fc2fb904e3ae508bf0450419f80bc5151ea6bc5b55e14179d572487d SHA256 (.footprint) = 50c2d8d318f6bd8993b5018f524785d8ec6ebce93ba007021ad84647d08b71da -SHA256 (tre-0.4.0.tar.gz) = 101fc756f7979316e3d2b3b2a3ad25a6e1cbceca668f3a53c6780169a79d2442 +SHA256 (tre-0.4.0.tar.gz) = 280243cfa837661f0c3fff41e4a63c6768631073c9f6ce9982d9ed08e038788a diff --git a/tre-command/Pkgfile b/tre-command/Pkgfile index 8a79b24ce..b3daebf71 100644 --- a/tre-command/Pkgfile +++ b/tre-command/Pkgfile @@ -6,7 +6,7 @@ name=tre-command version=0.4.0 release=1 -source=(https://github.com/dduan/tre/archive/$version/tre-$version.tar.gz) +source=(https://github.com/dduan/tre/archive/v$version/tre-$version.tar.gz) build() { prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache |