Skip to content

Commit

Permalink
Bump version to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Dec 2, 2020
1 parent 3238b56 commit 37de8a5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Following installation procedure include installation of Egison.

```
$ sudo yum install https://git.io/egison-4.1.2.x86_64.rpm ## Install Egison
$ sudo yum install https://git.io/egzact-2.1.0.rpm ## Install egzact
$ sudo yum install https://git.io/egzact-2.1.1.rpm ## Install egzact
```

#### Linux users (Debian base distros)

```
$ wget https://git.io/egison-4.1.2.x86_64.deb
$ sudo dpkg -i egison-4.1.2.x86_64.deb ## Install Egison
$ wget https://git.io/egzact-2.1.0.deb
$ sudo dpkg -i egzact-2.1.0.deb ## Install egzact
$ wget https://git.io/egzact-2.1.1.deb
$ sudo dpkg -i egzact-2.1.1.deb ## Install egzact
```

#### macOS users
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ _install () {
local _mode="$1" ;shift
local _src="$1" ;shift
local _dst="$1" ;shift
echo "sed \"5,7s:\\.\\.:${PREFIX}:\" \"${_src}\" > \"${_dst}\""
sed "5,7s:\\.\\.:${PREFIX}:" "${_src}" > "${_dst}"
echo "sed \"1,3s:\\.\\.:${PREFIX}:\" \"${_src}\" > \"${_dst}\""
sed "1,3s:\\.\\.:${PREFIX}:" "${_src}" > "${_dst}"
chmod "${_mode}" "${_dst}"
}

Expand Down
4 changes: 2 additions & 2 deletions pkg/.tar2package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name : egzact
cmdname : egzact
summary : Strengthen weak points of the shell
description : New command line tools with three concepts.
version : 2.1.0
changelog : Support Egison 4.1.2
version : 2.1.1
changelog : Fix rpm/deb package misconfiguration
url : https://github.com/greymd/egzact
author : Yasuhiro, Yamada
email : [email protected]
Expand Down
Binary file modified pkg/egzact.deb
Binary file not shown.
Binary file modified pkg/egzact.rpm
Binary file not shown.

0 comments on commit 37de8a5

Please sign in to comment.