ncdu2: update to 2.5
This commit is contained in:
parent
e22f965dc1
commit
7ff463cf39
|
@ -1,13 +0,0 @@
|
|||
diff --git a/build.zig b/build.zig
|
||||
index 231c2e6..f92c70d 100644
|
||||
--- a/build.zig
|
||||
+++ b/build.zig
|
||||
@@ -6,7 +6,7 @@ const std = @import("std");
|
||||
pub fn build(b: *std.Build) void {
|
||||
const target = b.standardTargetOptions(.{});
|
||||
const optimize = b.standardOptimizeOption(.{
|
||||
- .preferred_optimize_mode = .ReleaseFast,
|
||||
+ //.preferred_optimize_mode = .ReleaseFast,
|
||||
});
|
||||
|
||||
const pie = b.option(bool, "pie", "Build with PIE support (by default false)") orelse false;
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ncdu2'
|
||||
pkgname=ncdu2
|
||||
version=2.4
|
||||
version=2.5
|
||||
revision=1
|
||||
build_style=zig-build
|
||||
configure_args="-Dpie"
|
||||
|
@ -11,7 +11,7 @@ license="MIT"
|
|||
homepage="https://dev.yorhel.nl/ncdu"
|
||||
changelog="https://dev.yorhel.nl/ncdu/changes2"
|
||||
distfiles="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz"
|
||||
checksum=4a3d0002309cf6a7cea791938dac9becdece4d529d0d6dc8d91b73b4e6855509
|
||||
checksum=7f49de25024abab1af1ff22b3b8542c0d158e018fe0e96074fd94b0e1e6d31a5
|
||||
conflicts="ncdu"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue