summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNick Boughton2021-07-07 22:31:07 +0100
committerNick Boughton2021-07-07 22:31:07 +0100
commitc6607c5e0311127195aa619fe7a64203f0dbd7db (patch)
tree7c4fdb8674ddf043477d1f230d55f65e5b336892 /PKGBUILD
parent5b3b94a611eda4ae041b9b93fae30ee1888093f1 (diff)
downloadaur-c6607c5e0311127195aa619fe7a64203f0dbd7db.tar.gz
new upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57b3d0b3586f..996f72585189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nick Boughton <nicholasboughton@gmail.com>
pkgname=yapa
-pkgver=0.6.3
+pkgver=0.7.0
pkgrel=1
pkgdesc="Yet another podcast app. Terminal podcast app for listening to podcasts in date order."
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('mpv')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nboughton/yapa/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('32f663f0470745f80eda27cc3d27a81a04ecf82989415c109b79d62298bc61f5')
+sha256sums=('e8b3ceb91a4f3fd6f33047fc554dee2493c560156b20446c8013e3e444902594')
prepare(){
cd "$pkgname-$pkgver"