aboutsummaryrefslogtreecommitdiff
path: root/testing/light
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-20 07:29:54 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-20 11:33:01 +0000
commitec908d6c6b77c3f847b9a59af58a2c2641448a65 (patch)
tree01ac1eff5ff9a8fdb394433a131f7dc338f82b94 /testing/light
parent462a02756bf2ea557bf1a4b70fa05bbe90427b9c (diff)
downloadalpine_aports-ec908d6c6b77c3f847b9a59af58a2c2641448a65.tar.bz2
alpine_aports-ec908d6c6b77c3f847b9a59af58a2c2641448a65.tar.xz
alpine_aports-ec908d6c6b77c3f847b9a59af58a2c2641448a65.zip
testing/light: upgrade to 1.2.2
Diffstat (limited to 'testing/light')
-rw-r--r--testing/light/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/light/APKBUILD b/testing/light/APKBUILD
index f6958f1653..2ac4ff39d1 100644
--- a/testing/light/APKBUILD
+++ b/testing/light/APKBUILD
@@ -1,9 +1,9 @@
1# Contributor: Eivind Uggedal <eu@eju.no> 1# Contributor: Eivind Uggedal <eu@eju.no>
2# Maintainer: Eivind Uggedal <eu@eju.no> 2# Maintainer: Eivind Uggedal <eu@eju.no>
3pkgname=light 3pkgname=light
4pkgver=1.2.1 4pkgver=1.2.2
5pkgrel=0 5pkgrel=0
6pkgdesc="A program to control backlights and other hardware lights" 6pkgdesc="Control backlights and other hardware lights"
7url="http://haikarainen.github.io/light/" 7url="http://haikarainen.github.io/light/"
8arch="all" 8arch="all"
9license="GPL-3.0-or-later" 9license="GPL-3.0-or-later"
@@ -33,4 +33,4 @@ package() {
33 make DESTDIR="$pkgdir" install 33 make DESTDIR="$pkgdir" install
34} 34}
35 35
36sha512sums="008ddce57fcf48538127ef8b2a04bbe815b8f2b96ba4d7cbaa386d0d688951ed06c464119a9624e2bb78f274a0899c56cd0a868de64e87b812e55f1556f8b52a light-1.2.1.tar.gz" 36sha512sums="5815394fb1545d1e06234c261d475e1836e4c43e47e7707b8628891d20b70db04f1661b78ca1d236d549c734430b606498fa46de060c854791b13cf49de07b59 light-1.2.2.tar.gz"