makedeb
Simple changelog parser, written in Rust
Click here to go back to the commit logs for parse-changelog.
Hash: c0d8c3e7b2afe4a2283e4baea45be00f57d9a349
Message: Bump version to '0.5.0'
diff --git a/.SRCINFO b/.SRCINFO
index 7e97f62..5ad569f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,14 +3,14 @@ pkgname = parse-changelog
pkgbase = parse-changelog
pkgdesc = Simple changelog parser, written in Rust
pkgrel = 1
-pkgver = 0.4.8
+pkgver = 0.5.0
url = https://docs.rs/parse-changelog
arch = any
license = Apache-2.0
license = MIT
makedepends = cargo
makedepends = rustc>=1.51
-source = https://github.com/taiki-e/parse-changelog/archive/refs/tags/v0.4.8.tar.gz
+source = https://github.com/taiki-e/parse-changelog/archive/refs/tags/v0.5.0.tar.gz
sha256sums = SKIP
makedepends = cargo
makedepends = rustc>=1.51
diff --git a/PKGBUILD b/PKGBUILD
index 6efb08c..b48ba6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=parse-changelog
-pkgver=0.4.8
+pkgver=0.5.0
pkgrel=1
pkgdesc='Simple changelog parser, written in Rust'
arch=('any')