summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Keller2024-02-05 17:47:49 +0100
committerAndré Keller2024-02-05 17:47:49 +0100
commitc555382712b8e930b2df30af6bdd4bd7c2ec1cbb (patch)
tree29aab8fd0e788945019ea276573d502d0568603f
parentf3cdf723b54af71bcafe5da52e7f3e11b92e746e (diff)
downloadaur-crmngr-dev.tar.gz
Update to latest version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad08fd46237b..6d5daa41e96d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crmngr-dev
pkgdesc = crmngr is a tool to aid with the management of a r10k-style control repository.
- pkgver = 2.0.1
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/vshn/crmngr
arch = any
@@ -11,8 +11,7 @@ pkgbase = crmngr-dev
depends = python-requests
depends = git
conflicts = crmngr
- source = https://files.pythonhosted.org/packages/source/c/crmngr/crmngr-2.0.1.tar.gz
- md5sums = fe94b202cea2bed8a1671050b55bf4ea
+ source = https://files.pythonhosted.org/packages/source/c/crmngr/crmngr-2.0.3.tar.gz
+ sha256sums = 69024a901a3faa48b8c1032b10d43a53816b10abfaee494377b545f7e4492323
pkgname = crmngr-dev
-
diff --git a/PKGBUILD b/PKGBUILD
index d8b91ad5bf38..44100885cbb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=crmngr-dev
-pkgver=2.0.1
+pkgver=2.0.3
pkgrel=1
pkgdesc="crmngr is a tool to aid with the management of a r10k-style control repository."
url="https://github.com/vshn/crmngr"
@@ -9,7 +9,7 @@ conflicts=('crmngr')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/c/crmngr/crmngr-$pkgver.tar.gz")
-md5sums=('fe94b202cea2bed8a1671050b55bf4ea')
+sha256sums=('69024a901a3faa48b8c1032b10d43a53816b10abfaee494377b545f7e4492323')
build() {
cd "$srcdir/crmngr-$pkgver"