File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
src/main/scala/net/cardnell/mkver Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
import Dependencies ._
2
2
3
3
ThisBuild / scalaVersion := " 2.12.11"
4
- ThisBuild / version := " 1.1.0 "
4
+ ThisBuild / version := " 1.1.1 "
5
5
ThisBuild / organization := " net.cardnell"
6
6
7
7
lazy val root = (project in file(" ." ))
Original file line number Diff line number Diff line change 3
3
## Linux
4
4
5
5
``` bash
6
- curl -L https://github.com/idc101/git-mkver/releases/download/v1.1.0 /git-mkver-darwin-amd64-1.1.0 .tar.gz | tar xvz
6
+ curl -L https://github.com/idc101/git-mkver/releases/download/v1.1.1 /git-mkver-darwin-amd64-1.1.1 .tar.gz | tar xvz
7
7
sudo mv git-mkver /usr/local/bin
8
8
```
9
9
Original file line number Diff line number Diff line change 1
1
class GitMkver < Formula
2
- MKVER_VERSION = "1.1.0 " . freeze
3
- MKVER_SHA256 = "f69fb9b97f510b05455138fc202b53aa5d3f55af471d995bbe74888aeaea28db " . freeze
2
+ MKVER_VERSION = "1.1.1 " . freeze
3
+ MKVER_SHA256 = "9f6c6d5b4f96c9f3f3da9d58aee8d9f133c706db3cfb915e48e3a3d1964cede2 " . freeze
4
4
5
5
desc "Installs git-mkver from pre-built binaries"
6
6
homepage "https://idc101.github.io/git-mkver/"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0 " ,
2
+ "version" : " 1.1.1 " ,
3
3
"description" : " Automatic Semantic Versioning for git based software development" ,
4
- "url" : " https://github.com/idc101/git-mkver/releases/download/v1.1.0 /git-mkver-windows-amd64-1.1.0 .zip" ,
5
- "hash" : " 3F0E0E2C982A3B7C4C74B5D7CCCF4340FA6DB796337E4613C67EAF01D8B1CF60 " ,
4
+ "url" : " https://github.com/idc101/git-mkver/releases/download/v1.1.1 /git-mkver-windows-amd64-1.1.1 .zip" ,
5
+ "hash" : " D61C8CB6DC380BA1E6985377C3E2AFE6DAD5DE6993EA1352A705B0C1CCBCE85A " ,
6
6
"extract_to" : " " ,
7
7
"bin" : " git-mkver.exe"
8
8
}
Original file line number Diff line number Diff line change 1
1
# /bin/bash
2
- MKVER_VERSION=1.1.0
2
+ MKVER_VERSION=1.1.1
3
3
curl -L https://github.com/idc101/git-mkver/releases/download/v${MKVER_VERSION} /git-mkver-darwin-amd64-${MKVER_VERSION} .tar.gz -o git-mkver.tar.gz
4
4
tar xvzf git-mkver.tar.gz
5
5
sudo mv git-mkver /usr/local/bin
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ import zio.Has
5
5
package object mkver {
6
6
type Git = Has [Git .Service ]
7
7
8
- val GitMkverVersion = " 1.1.0 "
8
+ val GitMkverVersion = " 1.1.1 "
9
9
}
You can’t perform that action at this time.
0 commit comments