summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aacc86dd4da0..0b8b574e28fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hhd-ui
pkgdesc = Configurator interface for Handheld Daemon.
- pkgver = 2.0.3
+ pkgver = 2.1.0
pkgrel = 1
url = https://hhd.dev
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = hhd-ui
depends = electron28
optdepends = hhd: a version of Handheld Daemon to connect to (also works over the network).
conflicts = hhd-ui
- source = git+https://github.com/hhd-dev/hhd-ui.git#tag=v2.0.3
- sha512sums = SKIP
+ source = git+https://github.com/hhd-dev/hhd-ui.git#tag=v2.1.0
+ sha512sums = 94369984daaca707288241560d7378a9cd6099f4b3294a47b69c6d79c150309fe4fa67d45ffeabb8cd0793489e61da6fc419149c41d21b3e2288c53466aba030
pkgname = hhd-ui
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