summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e85e02845d5f..40cb89d1d1ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Noa Himesaka <himesaka AT noa DOT codes>
pkgname=roon-tui
-pkgver=0.2.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="A Roon Remote for the terminal"
url="https://github.com/TheAppgineer/roon-tui"
@@ -8,7 +8,7 @@ arch=('x86_64')
license=('MIT')
makedepends=('git' 'cargo')
source=("git+https://github.com/TheAppgineer/roon-tui.git#tag=$pkgver")
-sha256sums=('SKIP')
+sha256sums=('a2e4c3224e3b067099b1ee041d73bdbcfce4ac1bd53405d95aa59ae3e889560f')
prepare() {
cd "$pkgname"