summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortimdubbins2023-09-27 17:57:40 +0100
committertimdubbins2023-09-27 17:57:40 +0100
commit58262b0364521a1ba2276742d53916b2dfd3c392 (patch)
tree16c5bc62771bc7e2be9f12c262273815b22c2794 /PKGBUILD
parent8ff6971ddef27962b636ccdd00c95accf563589c (diff)
downloadaur-58262b0364521a1ba2276742d53916b2dfd3c392.tar.gz
bump to v0.4.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6032a2f8c6d4..f3c0b42b5c71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tim Dubbins <timdubbins@gmail.com>
pkgname=tap
-pkgver=0.4.6
+pkgver=0.4.7
pkgrel=1
pkgdesc="An audio player for the terminal with fuzzy-finder"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/timdubbins/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('c62f748bf6ba70a6ff8277902bf2ad529f89400577b0ac541242e1d906f88b09')
+sha256sums=('6a1bfed976d4ee99bdced4a414042e8e617014f679a47f972de099eacc900039')
prepare() {