summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Rose2023-06-04 14:17:06 +0100
committerSam Rose2023-06-04 14:17:06 +0100
commitb0e31289334a0604666b0ee0c8e9a694c74058a2 (patch)
treeca465c2398950e09035dfe654d3cc51d32187707
parentd0267e48272797626703adb31ad8963cb7a89627 (diff)
downloadaur-b0e31289334a0604666b0ee0c8e9a694c74058a2.tar.gz
hmm: bump version to 0.6.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5aac9103f6d9..fd73c0ecbc8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='hmm'
pkgdesc='A small command-line note taking app written in Rust.'
-pkgver='0.5.2'
+pkgver='0.6.0'
pkgrel='1'
arch=('x86_64')
url='https://github.com/samwho/hmm'
@@ -13,7 +13,7 @@ makedepends=('rust' 'gcc' 'binutils')
checkdepends=('rust' 'git')
provides=(hmm hmmq hmmp)
source=("$pkgname-$pkgver.tar.gz::https://github.com/samwho/hmm/archive/v${pkgver}.tar.gz")
-sha256sums=('17da05c38a1a0fe083a86ba750a0d5b9ccd046e5baa75d98493143f978d97a29')
+sha256sums=('ad34d1bdf0cc73dd03c9de85d27343c31443a3e573c1b5cd085f9a148d4c1e4e')
build() {
cd "$pkgname-$pkgver"