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

ufetch: update to 0.3. #41001

Merged
merged 1 commit into from
Dec 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/ufetch/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'ufetch'
pkgname=ufetch
version=0.2
revision=2
version=0.3
revision=1
depends="xbps coreutils ncurses"
short_desc="Tiny system info for Void"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
license="MIT"
homepage="https://gitlab.com/jschx/ufetch"
distfiles="https://gitlab.com/jschx/ufetch/-/archive/v${version}/ufetch-v${version}.tar.gz"
checksum=137f481b90ec9603f32b89c800687f2dd99a3a74429e99026406d08ba16cc2a6
checksum=dfef07f18561e56070eb3ac589c7d660a5367b284d4f094cca0c3aa84e2cc1f4

do_install() {
vbin ufetch-void ufetch
Expand Down