summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Dalzotto2020-12-13 22:46:25 -0300
committerAngelo Dalzotto2020-12-13 22:46:25 -0300
commit699d34708eef6f3e0587b48c11a47eba0ec1cb92 (patch)
treee5bfbc25575fa105f09a3af0c0508d4ef7445757
parent78e204b0365675f61f2766ce29076a35c7457621 (diff)
downloadaur-699d34708eef6f3e0587b48c11a47eba0ec1cb92.tar.gz
update to v1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 128a6658f9c7..b39b60654ffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = asrrgb-bin
pkgdesc = Control ASRock's B550 and TRX40 motherboard series RGB LEDs
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/aedalzotto/asrrgb
install = asrrgb-bin.install
arch = x86_64
license = GPL2
- source = https://github.com/aedalzotto/asrrgb/releases/download/v1.0.1/asrrgb-v1.0.1.tar.xz
- sha256sums = fbe2524a19c43fd2cbed7f91c8d2e30c2e8438ec3c989ff3a5f75d7cba5090dc
+ source = https://github.com/aedalzotto/asrrgb/releases/download/v1.0.2/asrrgb-v1.0.2.tar.xz
+ sha256sums = 43e59660734540b5b90179fb91a7b6b776e9d767b9f7d576bce6c28af9b00f14
pkgname = asrrgb-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8708cac04b86..7189a538f24a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Angelo Dalzotto <angelodalzotto97 at gmail dot com>
pkgname=asrrgb-bin
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Control ASRock's B550 and TRX40 motherboard series RGB LEDs"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/aedalzotto/asrrgb"
license=('GPL2')
install="${pkgname}.install"
source=("https://github.com/aedalzotto/asrrgb/releases/download/v$pkgver/asrrgb-v$pkgver.tar.xz")
-sha256sums=('fbe2524a19c43fd2cbed7f91c8d2e30c2e8438ec3c989ff3a5f75d7cba5090dc')
+sha256sums=('43e59660734540b5b90179fb91a7b6b776e9d767b9f7d576bce6c28af9b00f14')
package() {
install -Dm 755 asrrgb "${pkgdir}/usr/bin/asrrgb"