xorg-xbacklight: 1.2.3 -> 1.2.4

This commit is contained in:
Tim Biermann 2024-11-10 22:12:53 +01:00
parent e7ee6237b4
commit ddf5fdaa59
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndCR5bBWSeW4UWUNjSFUoiPs6jGXg+8EF7XN7MXhCMfqhwMGcJlCKXzsGP4wrvFz9pVd4xwhwz4oJh/du9eYL8g0= RWTSGWF5Q7TndFBtKYXcIzozb4Zot6GELDWOy4P+L5LWkvH0754VE68V7AWXTvnym7OONoX0FvGSXSLo7UDeqQL4TWk1foR2kAQ=
SHA256 (Pkgfile) = d320f9e3bc429353f615f9934963934c6f42245783623a8373ba4e1a5d52b9ff SHA256 (Pkgfile) = 269ec4b27b26051e226b35358cc1d919f00426d228e6545265f82e50f559ac0f
SHA256 (.footprint) = e2daaa87a04fd2ac50b7c4725e17c08fe8207c6f748d53746a858654da64067a SHA256 (.footprint) = e2daaa87a04fd2ac50b7c4725e17c08fe8207c6f748d53746a858654da64067a
SHA256 (xbacklight-1.2.3.tar.bz2) = 3a27f324777ae99fee476cfb2f064576fb8cba4eb77f97cda37adda1c1d39ade SHA256 (xbacklight-1.2.4.tar.xz) = d4c30b0e6f18c82f387585a737ee3b72d468c927892b08a898c41bc12248e8ee

View File

@ -1,12 +1,12 @@
# Description: Utility to set a display's backlight level # Description: Utility to set a display's backlight level
# URL: http://xorg.freedesktop.org # URL: https://xorg.freedesktop.org/wiki
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xcb-util # Depends on: xorg-xcb-util
name=xorg-xbacklight name=xorg-xbacklight
version=1.2.3 version=1.2.4
release=1 release=1
source=(https://www.x.org/releases/individual/app/xbacklight-$version.tar.bz2) source=(https://www.x.org/releases/individual/app/xbacklight-$version.tar.xz)
build() { build() {
cd xbacklight-$version cd xbacklight-$version