summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAloxaf2022-11-24 11:27:32 +0800
committerAloxaf2022-11-24 11:27:32 +0800
commitaea57a4dff72f5a83372f5f0b3f41218237afa83 (patch)
tree75f9d3a93b071804c11c7be5a07f8c8182702602 /PKGBUILD
parentf4155c908a69cc5194b74fc2e170dcff2a915e97 (diff)
downloadaur-pmy-bin.tar.gz
bump version to 0.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82f69487d851..71d281682d5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aloxaf <aloxafx@gmail.com>
pkgname=pmy-bin
-pkgver=0.6.1
+pkgver=0.7.0
pkgrel=1
pkgdesc="General purpose context-aware zsh completion engine powered by fuzzy finder."
arch=('i386' 'x86_64')
@@ -11,8 +11,8 @@ url="https://github.com/relastle/pmy"
license=('MIT')
source_i386=("$pkgname-$pkgver.tar.gz::https://github.com/relastle/pmy/releases/download/v$pkgver/pmy_${pkgver}_Linux_i386.tar.gz")
source_x86_64=("$pkgname-$pkgver.tar.gz::https://github.com/relastle/pmy/releases/download/v$pkgver/pmy_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums_i386=('b564e976dd22178bcc7e29cf68099ea4d9d6882df34dec5326e8576be971e7d0')
-sha256sums_x86_64=('7bf1beb69dd13b9e5ad892e0414b1b613038e43bb3bb8fa9592e77f4ecfdfdd5')
+sha256sums_i386=('bcbad5d6675034b24aa154016ed91cee05c383b06c8dbebc9fae5821638f8c02')
+sha256sums_x86_64=('2e562469c3b99ae8ac54bd40a8a6502a070e7e74f39f41687c778eadbf69bade')
package() {
install -Dm755 "pmy" "$pkgdir/usr/bin/pmy"