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

wslu: update to 4.1.4 #53991

Merged
merged 1 commit into from
Jan 16, 2025
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
9 changes: 2 additions & 7 deletions srcpkgs/wslu/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# Template file for 'wslu'
pkgname=wslu
version=4.1.3
version=4.1.4
revision=1
build_style=gnu-makefile
short_desc="Collection of utilities for Windows 10 Linux Subsystems"
maintainer="tranzystorekk <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/wslutilities/wslu"
distfiles="https://github.com/wslutilities/wslu/archive/refs/tags/v${version}.tar.gz"
checksum=4683e9184e1f1296da05e19d347615c6849c048299672a65c135165a402e3459
checksum=02492f5a5aded1b8c7cce00d73bdb0190b43b2f85bfdd310c8df0035af6eebe1
conf_files="/etc/wslu/conf"

post_install() {
vmkdir usr/share/applications
mv ${DESTDIR}/usr/share/wslu/*.desktop ${DESTDIR}/usr/share/applications
}
Loading