summarylogtreecommitdiffstats
path: root/ipget_aur.patch
blob: 8cae515a7ad72ae0cf9ecf4a5440a99b650149fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- package.json.old	2018-05-31 11:52:57.430372431 +0100
+++ package.json	2018-05-31 11:53:06.873322906 +0100
@@ -16,6 +16,6 @@
   "language": "go",
   "license": "",
   "name": "ipget",
-  "version": "0.2.4"
+  "version": "0.3.0"
 }
 
--- main.go.old	2018-05-31 11:53:44.025189769 +0100
+++ main.go	2018-05-31 11:53:58.917952385 +0100
@@ -16,7 +16,7 @@
 	app := cli.NewApp()
 	app.Name = "ipget"
 	app.Usage = "Retrieve and save IPFS objects."
-	app.Version = "0.2.0"
+	app.Version = "0.3.0"
 	app.Flags = []cli.Flag{
 		cli.StringFlag{
 			Name:  "output,o",
--- Makefile.old	2018-05-31 13:24:14.417273183 +0100
+++ Makefile	2018-05-31 13:24:27.440374924 +0100
@@ -4,8 +4,8 @@
 IPFS_MIN_GX_GO_VERSION = 1.1
 
 dist_root=/ipfs/QmNZL8wNsvAGdVYr8uGeUE9aGfHjFpHegAWywQFEdSaJbp
-gx_bin=bin/gx-v0.9.0
-gx-go_bin=bin/gx-go-v1.3.0
+gx_bin=bin/gx
+gx-go_bin=bin/gx-go
 
 # use things in our bin before any other system binaries
 export PATH := bin:$(PATH)