Skip to content

Commit 4a33c82

Browse files
committed
update to vsn 3.1.0
1 parent 1ae88ea commit 4a33c82

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ brew install ipinfo-cli
2424
OR to install the latest `amd64` version without automatic updates:
2525

2626
```bash
27-
curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2/macos.sh | sh
27+
curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0/macos.sh | sh
2828
```
2929

3030
### Ubuntu PPA
@@ -43,14 +43,14 @@ _Note_: this is a one-time installation; updates are not automatic. Use the PPA
4343
for automatic updates.
4444

4545
```bash
46-
curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2/deb.sh | sh
46+
curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0/deb.sh | sh
4747
```
4848

4949
OR
5050

5151
```bash
52-
curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2/ipinfo_3.0.2.deb
53-
sudo dpkg -i ipinfo_3.0.2.deb
52+
curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0/ipinfo_3.1.0.deb
53+
sudo dpkg -i ipinfo_3.1.0.deb
5454
```
5555

5656
### FreeBSD
@@ -71,7 +71,7 @@ makepkg -si
7171
_Note_: run powershell as administrator before executing this command.
7272

7373
```bash
74-
iwr -useb https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2/windows.ps1 | iex
74+
iwr -useb https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0/windows.ps1 | iex
7575
```
7676

7777
### Scoop
@@ -83,15 +83,15 @@ scoop install ipinfo-cli
8383
### Docker
8484

8585
```bash
86-
docker run --rm -it ipinfo/ipinfo:3.0.2
86+
docker run --rm -it ipinfo/ipinfo:3.1.0
8787
```
8888

8989
To save the CLI's config, add `-v "/path_to_config:/root/.config/ipinfo"`. For
9090
example, the following command saves the config to the `ipinfo` directory in
9191
the current working directory.
9292

9393
```bash
94-
docker run --rm -it -v "$PWD/ipinfo:/root/.config/ipinfo" ipinfo/ipinfo:3.0.2
94+
docker run --rm -it -v "$PWD/ipinfo:/root/.config/ipinfo" ipinfo/ipinfo:3.1.0
9595
```
9696

9797
### Using `go install`
@@ -142,12 +142,12 @@ After choosing a platform `PLAT` from above, run:
142142

143143
```bash
144144
# for Windows, use ".zip" instead of ".tar.gz"
145-
curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2/ipinfo_3.0.2_${PLAT}.tar.gz
145+
curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0/ipinfo_3.1.0_${PLAT}.tar.gz
146146
# OR
147-
wget https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2/ipinfo_3.0.2_${PLAT}.tar.gz
147+
wget https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0/ipinfo_3.1.0_${PLAT}.tar.gz
148148

149-
tar -xvf ipinfo_3.0.2_${PLAT}.tar.gz
150-
mv ipinfo_3.0.2_${PLAT} /usr/local/bin/ipinfo
149+
tar -xvf ipinfo_3.1.0_${PLAT}.tar.gz
150+
mv ipinfo_3.1.0_${PLAT} /usr/local/bin/ipinfo
151151
```
152152

153153
### Using `git`

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ipinfo (3.0.2) focal; urgency=medium
1+
ipinfo (3.1.0) focal; urgency=medium
22

3-
* 3.0.2 release.
3+
* 3.1.0 release.
44

55
-- usama <[email protected]> Mon, 07 Aug 2023 12:36:18 +0500

debian/files

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ipinfo_3.0.2_source.buildinfo utils optional
1+
ipinfo_3.1.0_source.buildinfo utils optional

ipinfo/deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
VSN=3.0.2
3+
VSN=3.1.0
44

55
curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-${VSN}/ipinfo_${VSN}.deb
66
sudo dpkg -i ipinfo_${VSN}.deb

ipinfo/macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
VSN=3.0.2
3+
VSN=3.1.0
44
PLAT=darwin_amd64
55

66
curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-${VSN}/ipinfo_${VSN}_${PLAT}.tar.gz

ipinfo/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
var progBase = filepath.Base(os.Args[0])
14-
var version = "3.0.2"
14+
var version = "3.1.0"
1515

1616
// global flags.
1717
var fHelp bool

ipinfo/windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$VSN = "3.0.2"
1+
$VSN = "3.1.0"
22

33
# build the filename for the Zip archive and exe file
44
$FileName = "ipinfo_$($VSN)_windows_amd64"

0 commit comments

Comments
 (0)