Skip to content

Commit

Permalink
update version, PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
JojiiOfficial committed Jun 22, 2020
1 parent 068dce9 commit 03a29d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = datamanager-cli-git
pkgdesc = The official cli client for the datamanager system
pkgver = 1.4.r206.3c8b365
pkgver = 1.5.r206.3c8b365
pkgrel = 1
url = https://github.com/DataManager-Go/DataManagerCLI
arch = i686
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Jojii <jojii@gmx.net>
pkgname=datamanager-cli-git
pkgver=1.4.r206.3c8b365
pkgver=1.5.r206.3c8b365
pkgrel=1
epoch=
pkgdesc="The official cli client for the datamanager system"
Expand All @@ -22,7 +22,7 @@ md5sums=("SKIP")

pkgver() {
cd "$srcdir/DataManagerCLI"
printf "1.4.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "1.5.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

const (
appName = "manager"
version = "1.0.0"
version = "1.4.4"
)

// ...
Expand Down

0 comments on commit 03a29d4

Please sign in to comment.