summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Harrison2019-10-02 17:15:39 -0400
committerMatt Harrison2019-10-02 17:15:39 -0400
commit4afbf6973c3fc68291c7c158009824f8afdb6cdf (patch)
treeaf29098a0d4d82465436401eea078c6faea2ef51 /PKGBUILD
parentd9045afaf0ad2e4a7a73a76c12a09ac85f89abb1 (diff)
downloadaur-4afbf6973c3fc68291c7c158009824f8afdb6cdf.tar.gz
upgpkg: glint 0.4.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 706525f3ee2d..6f695a65bbaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='glint'
pkgdesc='A tool for creating git commits in the commitlint style'
-pkgver='0.2.1'
+pkgver='0.4.0'
pkgrel='1'
arch=('x86_64')
url='https://github.com/brigand/glint'
@@ -12,7 +12,7 @@ depends=('gcc-libs')
makedepends=('rust')
checkdepends=('rust')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/brigand/glint/archive/${pkgver}.tar.gz")
-sha256sums=('1e18657cfa3a0012c09629db91b9193e8fa96d8b23c9c5ce4ba9d4620cd79888')
+sha256sums=('eafc6d9ad3d947ce55a07767f87dee6fd951738ca94301fd7d02c7706ac37fb0')
build() {
cd "$pkgname-$pkgver"