summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRadek Podgorny2019-12-17 15:01:16 +0100
committerRadek Podgorny2019-12-17 15:01:16 +0100
commit65b08899f49e58952ca21478e2480ff0bf68a26c (patch)
tree51f1ee793239e786006ee2bbe5d0b368bc8992be /PKGBUILD
parent0d6088c45f17f793072d6f1b7a8dd75091fc4e75 (diff)
downloadaur-omgf.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f77bf54d99d7..7381527c18dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Radek Podgorny <radek@podgorny.cz>
pkgname=omgf
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc="Use Git Flow with ease – maintain branches, semantic versioning, releases, and changelog with a single command."
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/InternetGuru/omgf'
license=('GPL-3')
depends=('git')
source=("https://github.com/InternetGuru/omgf/archive/v${pkgver}.tar.gz")
-md5sums=('bc5b8ef9c3634a39d4250cf3d8ae280c')
+md5sums=('9f1c891c448f97709b4223f740c642e0')
build() {
cd "$srcdir/$pkgname-$pkgver"