summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8d7658b3cad..025c43a3b319 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = omgf
pkgdesc = Use Git Flow with ease – maintain branches, semantic versioning, releases, and changelog with a single command.
- pkgver = 2.1.1
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/InternetGuru/omgf
arch = any
license = GPL-3
depends = git
- source = https://github.com/InternetGuru/omgf/archive/v2.1.1.tar.gz
- md5sums = bc5b8ef9c3634a39d4250cf3d8ae280c
+ source = https://github.com/InternetGuru/omgf/archive/v2.2.0.tar.gz
+ md5sums = 9f1c891c448f97709b4223f740c642e0
pkgname = omgf
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"