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 9b0279117214..5af50b31ea11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = surface-control-bin
pkgdesc = Control various aspects of Microsoft Surface devices from the Command-Line
- pkgver = 0.2.7
+ pkgver = 0.2.8
pkgrel = 1
url = https://github.com/linux-surface/surface-control
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = surface-control-bin
depends = gcc-libs
provides = surface-control
conflicts = surface-control
- source = https://github.com/linux-surface/surface-control/releases/download/v0.2.7-1/surface-control-0.2.7.1-x86_64.bin.tar.xz
- sha256sums = 0b43b3163e4170a3452ab8c312d484a0a5bcd9e1ede6d285b126d3a84846803a
+ source = https://github.com/linux-surface/surface-control/releases/download/v0.2.8-1/surface-control-0.2.8.1-x86_64.bin.tar.xz
+ sha256sums = bcd7aad6aaf61aa6fccb67a2c71ec4810957c2f7cbb6ead1ce87af646258277e
pkgname = surface-control-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8b3ef2738a55..1e4261da0cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='surface-control'
pkgname="${_pkgname}-bin"
-pkgver=0.2.7
+pkgver=0.2.8
pkgrel=1
_pkgrel=1
pkgdesc='Control various aspects of Microsoft Surface devices from the Command-Line'
@@ -18,7 +18,7 @@ source=(
"https://github.com/linux-surface/surface-control/releases/download/v${pkgver}-${_pkgrel}/surface-control-${pkgver}.${_pkgrel}-${CARCH}.bin.tar.xz"
)
-sha256sums=('0b43b3163e4170a3452ab8c312d484a0a5bcd9e1ede6d285b126d3a84846803a')
+sha256sums=('bcd7aad6aaf61aa6fccb67a2c71ec4810957c2f7cbb6ead1ce87af646258277e')
package() {