snapper: update to 0.9.1
This commit is contained in:
parent
9b39275d9d
commit
914626245a
2 changed files with 2 additions and 15 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git client/cleanup.cc client/cleanup.cc
|
||||
index 801c0f5..e57a0a8 100644
|
||||
--- a/client/cleanup.cc
|
||||
+++ b/client/cleanup.cc
|
||||
@@ -51,7 +51,7 @@ struct Parameters
|
||||
MinFreeLimit free_limit;
|
||||
|
||||
|
||||
- void read(const ProxyConfig& config, const char* name, long int& value)
|
||||
+ void read(const ProxyConfig& config, const char* name, time_t& value)
|
||||
{
|
||||
const map<string, string>& raw = config.getAllValues();
|
||||
map<string, string>::const_iterator pos = raw.find(name);
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'snapper'
|
||||
pkgname=snapper
|
||||
version=0.9.0
|
||||
version=0.9.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-zypp --disable-systemd --with-conf=/etc/conf.d"
|
||||
|
@ -17,7 +17,7 @@ maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="http://snapper.io"
|
||||
distfiles="https://github.com/openSUSE/snapper/archive/v${version}.tar.gz"
|
||||
checksum=ca7b17d0213aa5281ff08d968b4e029b78bb3870eb79fd7bc7f879b17f5c969e
|
||||
checksum=8150d8de439836f39d6dd530a0837ba02effbc28b9d2ce8791fda66087565352
|
||||
lib32disabled=yes
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]
|
||||
|
|
Loading…
Reference in a new issue