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

faketime: update to 0.9.10 #42903

Merged
merged 1 commit into from Mar 28, 2023
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
7 changes: 4 additions & 3 deletions srcpkgs/faketime/template
@@ -1,13 +1,14 @@
# Template file for 'faketime'
pkgname=faketime
version=0.9.9
version=0.9.10
revision=1
build_style=gnu-makefile
short_desc="Modifies the system time for a single application"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/wolfcw/libfaketime"
distfiles="https://github.com/wolfcw/libfaketime/archive/v$version.tar.gz"
checksum=57d0181150361c0a9b5c8eef05b11392f6134ada2c2d998e92e63daed639647c
changelog="https://raw.githubusercontent.com/wolfcw/libfaketime/master/NEWS"
distfiles="https://github.com/wolfcw/libfaketime/archive/v${version}.tar.gz"
checksum=729ad33b9c750a50d9c68e97b90499680a74afd1568d859c574c0fe56fe7947f
CFLAGS='-fPIC -DPREFIX=\"/usr\" -DLIBDIRNAME=\"/lib/faketime\"'
LDFLAGS='-lpthread'