Alexander Krupenkin
d23e44893b
btcdeb: init at 0.2.19
2020-03-11 00:58:32 +03:00
Silvan Mosberger
0d8bf86c2d
Merge pull request #74341 from jluttine/nano-wallet-20.0
...
nano-wallet: 19.0 -> 20.0
2020-03-10 19:32:15 +01:00
Benjamin Hipple
a709184ba3
polkadot: upgrade cargoSha256 and add maintainer note
...
While the package is broken and does not build, we can still recompute the
cargoSha256. I attempted to upgrade to the latest release, but that doesn't
build either.
2020-03-09 00:02:24 -04:00
R. RyanTM
3aa3291b20
bitcoin-abc: 0.20.12 -> 0.21.1
2020-03-05 15:42:22 -08:00
Mario Rodas
7b56996d61
Merge pull request #80160 from bhipple/u/parity
...
parity: 2.5.11 -> 2.7.2
2020-02-27 07:33:39 -05:00
Benjamin Hipple
991276361b
parity: 2.5.11 -> 2.7.2
...
Per comment in the upstream release notes, the `beta` track is no longer
maintained, and parity only has `stable` releases, so this deletes the beta
expression entirely.
https://github.com/paritytech/parity-ethereum/releases
This also updates to the new fetchCargoTarball implementation as part of #79975
2020-02-19 18:28:05 -05:00
R. RyanTM
3f3ead76fd
clightning: 0.8.0 -> 0.8.1
2020-02-19 03:34:52 +00:00
Jonas Nick
1a492b64cf
lnd 0.8.1 -> lnd 0.9.0
2020-02-16 18:09:33 +00:00
Jonathan Ringer
0fb2de1a8f
ethabi: 7.0.0 -> 11.0.0
2020-02-15 13:13:48 -08:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
Marek Mahut
38d84665d8
exodus: 19.5.24 -> 20.1.30
2020-02-10 16:27:20 +01:00
Marek Mahut
0dfcfe13d4
exodus: adding at-spi2-core dependency
2020-02-10 16:26:02 +01:00
Marek Mahut
ff06678927
exodus: adding exodus alias
2020-02-10 16:25:30 +01:00
Marek Mahut
d6474081d0
exodus: reformating
2020-02-10 16:24:59 +01:00
Ryan Mulligan
833438c0d4
Merge pull request #79341 from r-ryantm/auto-update/pivx
...
pivx: 4.0.0 -> 4.0.2
2020-02-07 06:33:21 -08:00
R. RyanTM
781ba5f339
bitcoin-abc: 0.20.9 -> 0.20.12
2020-02-07 12:23:33 +01:00
R. RyanTM
475c652f7a
pivx: 4.0.0 -> 4.0.2
2020-02-06 13:00:56 +00:00
xrelkd
540818a692
go-ethereum: 1.9.9 -> 1.9.10
2020-01-30 17:49:04 +08:00
Marek Mahut
8d4dba08a2
Merge pull request #78282 from mmahut/btg
...
bitcoin-gold: init at 0.15.2
2020-01-28 11:15:13 +01:00
Marek Mahut
3acc5b4189
Merge pull request #78595 from mmahut/litecoin
...
litecoin: move to qt5 and add zeromq supoort
2020-01-28 11:14:49 +01:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
...
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Franz Pletz
ec1c46e2e5
Merge pull request #78499 from r-ryantm/auto-update/dero
...
dero: 0.11.6 -> 0.11.7
2020-01-27 10:44:49 +00:00
Marek Mahut
910c73e062
litecoin: add zmq support
2020-01-27 10:22:31 +01:00
Marek Mahut
3baa12f286
litecoin: support qt5
2020-01-27 10:20:28 +01:00
Jaka Hudoklin
73a59af35b
Merge pull request #78513 from r-ryantm/auto-update/litecoind
...
litecoind: 0.16.3 -> 0.17.1
2020-01-26 11:14:28 +03:00
R. RyanTM
26183d0833
litecoind: 0.16.3 -> 0.17.1
2020-01-26 07:34:20 +00:00
R. RyanTM
a927ceff4c
dero: 0.11.6 -> 0.11.7
2020-01-26 03:51:22 +00:00
Mario Rodas
d47671b9f6
bitcoin: fix build on darwin
2020-01-25 00:00:00 -05:00
Marek Mahut
85dc47b441
Merge pull request #78156 from mmahut/vertcoin
...
vertcoin: init at 0.14.0
2020-01-24 23:36:02 +01:00
Marek Mahut
bce6129a71
bitcoin-gold: init at 0.15.2
2020-01-22 14:36:21 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
...
According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Marek Mahut
d43fb5a39d
digibyte: init at 7.17.2
2020-01-21 13:36:31 +01:00
Marek Mahut
099a5aecd3
vertcoin: init at 0.14.0
2020-01-21 13:36:07 +01:00
nyanloutre
61fd512651
wasabiwallet: use dotnet runtime instead of sdk
2020-01-19 14:30:39 -08:00
Marek Mahut
dcd6e6c94a
ledger-live-desktop: 1.19.2 -> 1.20.0
2020-01-08 18:10:26 +01:00
R. RyanTM
e3f9951ac1
bitcoin-abc: 0.20.8 -> 0.20.9
2020-01-06 20:14:53 +01:00
wucke13
4be14c94b2
pivx: 3.4.0 -> 4.0.0
2020-01-04 11:49:32 +00:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9
2019-12-26 14:17:36 +01:00
nyanloutre
c953481ea7
ledger-live-desktop: 1.18.2 -> 1.19.2
2019-12-22 12:22:27 +01:00
Mario Rodas
bf3c173595
Merge pull request #76067 from jonasnick/lightning-0.8.0
...
clightning: 0.7.3 -> 0.8.0
2019-12-20 22:57:48 -05:00
Alyssa Ross
7887a81193
treewide: fix cargoSha256 (again)
...
cargo-vendor output was changed in a4fc84de44
.
2019-12-20 20:08:53 +00:00
lassulus
cdcb4ba4b0
bitcoin-abc: 0.20.7 -> 0.20.8
2019-12-20 08:06:42 +01:00
Jonas Nick
b03ab5054a
clightning: 0.7.3 -> 0.8.0
2019-12-19 20:31:51 +00:00
Jaka Hudoklin
ad9b68ca04
bitcoin: install desktop file and pixmaps
2019-12-13 09:35:36 +00:00
Jaakko Luttinen
5f07c64bc3
monero: 0.15.0.0 -> 0.15.0.1
2019-12-09 18:56:27 +01:00
R. RyanTM
939d1c3a43
bitcoin-unlimited: 1.6.0.1 -> 1.7.0.0
2019-12-08 23:35:13 +01:00
Jaakko Luttinen
ef4ce9ec9a
nano-wallet: 19.0 -> 20.0
2019-12-08 15:41:20 +02:00
Mario Rodas
5ab4e70ad0
Merge pull request #75098 from xrelkd/update/parity
...
parity: 2.5.10 -> 2.5.11, parity-beta: 2.6.5 -> 2.6.6
2019-12-07 02:48:37 -05:00
xrelkd
0feb96c5c2
parity-beta: 2.6.5 -> 2.6.6
2019-12-06 20:54:08 +08:00
xrelkd
54a5c37f24
parity: 2.5.10 -> 2.5.11
2019-12-06 20:53:51 +08:00