File tree 5 files changed +11
-5
lines changed
5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 40
40
<attribute name =" Class-Path" value =" ${ manifest_cp } " />
41
41
<attribute name =" Implementation-Vendor" value =" io.ipfs" />
42
42
<attribute name =" Implementation-Title" value =" api" />
43
- <attribute name =" Implementation-Version" value =" 1.4.0 " />
43
+ <attribute name =" Implementation-Version" value =" 1.4.1 " />
44
44
</manifest >
45
45
</jar >
46
46
</target >
Original file line number Diff line number Diff line change 1
1
version : ' 2'
2
2
services :
3
3
ipfs-daemon :
4
- image : ' ipfs/kubo:v0.17.0 '
4
+ image : ' ipfs/kubo:v0.18.1 '
5
5
ports :
6
6
- " 4001:4001"
7
7
- " 5001:5001"
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- wget https://dist.ipfs.io/kubo/v0.17.0 /kubo_v0.17.0_linux -amd64.tar.gz -O /tmp/kubo_linux-amd64.tar.gz
2
+ wget https://dist.ipfs.io/kubo/v0.18.1 /kubo_v0.18.1_linux -amd64.tar.gz -O /tmp/kubo_linux-amd64.tar.gz
3
3
tar -xvf /tmp/kubo_linux-amd64.tar.gz
4
4
export PATH=$PATH :$PWD /kubo/
5
5
ipfs init
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ wget https://dist.ipfs.io/kubo/v0.18.1/kubo_v0.18.1_darwin-arm64.tar.gz -O /tmp/kubo_darwin-arm64.tar.gz
3
+ tar -xvf /tmp/kubo_darwin-arm64.tar.gz
4
+ export PATH=$PATH :$PWD /kubo/
5
+ ipfs init
6
+ ipfs daemon --enable-pubsub-experiment --routing=dhtclient &
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.ipfs</groupId >
6
6
<artifactId >java-ipfs-http-client</artifactId >
7
- <version >v1.4.0 </version >
7
+ <version >v1.4.1 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >java-ipfs-http-client</name >
34
34
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
35
35
<version .junit>4.13.2</version .junit>
36
36
<version .hamcrest>2.2</version .hamcrest>
37
- <version .multiaddr>v1.4.6 </version .multiaddr>
37
+ <version .multiaddr>v1.4.8 </version .multiaddr>
38
38
</properties >
39
39
40
40
<repositories >
You can’t perform that action at this time.
0 commit comments