Skip to content
Snippets Groups Projects
Commit d52b7111 authored by Leo's avatar Leo
Browse files

testing/libfaketime: upgrade to 0.9.9

parent 8bbfac31
No related branches found
No related tags found
No related merge requests found
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=libfaketime
pkgver=0.9.8
pkgver=0.9.9
pkgrel=0
pkgdesc="libfaketime modifies the system time for a single application"
pkgdesc="intercept system calls related to time and return user-defined values"
options="!check" # https://github.com/wolfcw/libfaketime/issues/259
url="https://github.com/wolfcw/libfaketime"
arch="all"
makedepends="coreutils"
license="GPL-2.0-or-later"
options="!check" # https://github.com/wolfcw/libfaketime/issues/259
source="$pkgname-$pkgver.tar.gz::https://github.com/wolfcw/libfaketime/archive/v0.9.8.tar.gz"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/wolfcw/libfaketime/archive/v$pkgver.tar.gz"
build() {
make
......@@ -23,4 +24,4 @@ package() {
make DESTDIR="$pkgdir" PREFIX="/usr" install
}
sha512sums="87081024cab10462d4ed4d4ad9c3c56ab40fee3300d3a9ff180a4d96d418b3f25d80d7d5ad0a1af2fb87204f01a506d9fa273def7a8f9cc3be4cc0e9fef42aed libfaketime-0.9.8.tar.gz"
sha512sums="b1aecf456753ccf771f0f80c92d57ffcd2c8349dde93a575862b4570a06812d4bce104f2efbcfd627a85a80fed99dbc37cb156dda0389892bfb4e71df816191f libfaketime-0.9.9.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment