From 5dfea970991672bc4dff4836487efcf3ad545924 Mon Sep 17 00:00:00 2001 From: Sir-Boops Date: Sun, 19 Nov 2017 01:33:58 -0700 Subject: [PATCH] nano: update to 2.9.0 (#9312) --- srcpkgs/nano/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nano/template b/srcpkgs/nano/template index 3157104a3b8..70ba6ed3b85 100644 --- a/srcpkgs/nano/template +++ b/srcpkgs/nano/template @@ -1,6 +1,6 @@ # Template file for 'nano' pkgname=nano -version=2.8.7 +version=2.9.0 revision=1 build_style=gnu-configure makedepends="file-devel zlib-devel ncurses-devel" @@ -9,7 +9,7 @@ maintainer="Juan RP " homepage="https://www.nano-editor.org/" license="GPL-3" distfiles="https://www.nano-editor.org/dist/v${version%.*}/nano-$version.tar.xz" -checksum=fbe31746958698d73c6726ee48ad8b0612697157961a2e9aaa83b4aa53d1165a +checksum=d2d30c39caef53aba1ec1b4baff4186d4496f35d2411b0848242a5f2e27e129e case "$XBPS_TARGET_MACHINE" in *-musl) CFLAGS="-DREG_STARTEND=0";;