Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

light: update to 1.2.2. #20895

Merged
merged 1 commit into from
Apr 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/light/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'light'
pkgname=light
version=1.2.1
version=1.2.2
revision=1
build_style=gnu-configure
configure_args="--with-udev"
Expand All @@ -10,7 +10,7 @@ maintainer="Dennis Kraus <kraus@posteo.de>"
license="GPL-3.0-or-later"
homepage="http://haikarainen.github.io/light/"
distfiles="https://github.com/haikarainen/light/archive/v${version}.tar.gz"
checksum=53d1e74f38813de2068e26a28dc7054aab66d1adfedb8d9200f73a57c73e7293
checksum=62e889ee9be80fe808a972ef4981acc39e83a20f9a84a66a82cd1f623c868d9c

pre_configure() {
autoreconf -fi
Expand Down