summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantheas2024-03-28 21:42:40 +0000
committerantheas2024-03-28 21:42:40 +0000
commitcb562ef65d9a63f08e8dfa7dc1ec9feb9e63c722 (patch)
tree33ce6c60a12a50238c3cd1cb175fd937166c9067 /PKGBUILD
parentfb1e8d45bc98a9972d235da3ee3d2d346595d0b0 (diff)
downloadaur-cb562ef65d9a63f08e8dfa7dc1ec9feb9e63c722.tar.gz
update to 'v2.1.0: New Distribution Colorways + Delay reduction'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7cc0abec4d6..b4df4f80e91d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_electronversion=28
_pkgname=hhd-ui
pkgname=$_pkgname
-pkgver=2.0.3
+pkgver=2.1.0
pkgrel=1
pkgdesc="Configurator interface for Handheld Daemon."
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=('hhd: a version of Handheld Daemon to connect to (also works over th
makedepends=('asar' 'libxss' 'npm')
_srcname=hhd-ui
source=("git+https://github.com/hhd-dev/hhd-ui.git#tag=v${pkgver}")
-sha512sums=('SKIP')
+sha512sums=('94369984daaca707288241560d7378a9cd6099f4b3294a47b69c6d79c150309fe4fa67d45ffeabb8cd0793489e61da6fc419149c41d21b3e2288c53466aba030')
prepare() {
export ELECTRONVERSION=$_electronversion