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 25b1f3938d02..4007b71d3e4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ddcutil
pkgdesc = Query and change Linux monitor settings using DDC/CI and USB.
- pkgver = 0.8.0
+ pkgver = 0.8.2
pkgrel = 1
url = http://ddcutil.com/
arch = i686
arch = x86_64
license = GPL
conflicts = ddcutil-git
- source = https://github.com/rockowitz/ddcutil/archive/v0.8.0.tar.gz
- sha256sums = 487c87f0dc686c98d1196205d384aa2c73dc3ccefbe06d46193618812a6bc3cd
+ source = https://github.com/rockowitz/ddcutil/archive/v0.8.2.tar.gz
+ sha256sums = 9760f9db092b2a15f0ca2b9fd96802bd31bb48097cca050cfcbf3d805a6fafd8
pkgname = ddcutil
diff --git a/PKGBUILD b/PKGBUILD
index ed79151e4155..034421643fbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Deon Spengler <deon[at]spengler[dot]co[dot]za>
pkgname=ddcutil
-pkgver=0.8.0
+pkgver=0.8.2
pkgrel=1
pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
url='http://ddcutil.com/'
license=('GPL')
conflicts=('ddcutil-git')
source=(https://github.com/rockowitz/ddcutil/archive/v${pkgver}.tar.gz)
-sha256sums=('487c87f0dc686c98d1196205d384aa2c73dc3ccefbe06d46193618812a6bc3cd')
+sha256sums=('9760f9db092b2a15f0ca2b9fd96802bd31bb48097cca050cfcbf3d805a6fafd8')
arch=('i686' 'x86_64')
build() {