From 56abe407596a86b1ec16c03b73846bcdda6e398e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 8 Apr 2019 07:14:19 -0300 Subject: [PATCH] sd: update to 0.5.0. --- srcpkgs/sd/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sd/template b/srcpkgs/sd/template index 6a1b3ce8d59..64eb107396d 100644 --- a/srcpkgs/sd/template +++ b/srcpkgs/sd/template @@ -1,14 +1,19 @@ # Template file for 'sd' pkgname=sd -version=0.4.3 +version=0.5.0 revision=1 +wrksrc="sd-sd-${version}" build_style=cargo short_desc="Intuitive find & replace CLI" maintainer="SolitudeSF " license="MIT" homepage="https://github.com/chmln/sd" -distfiles="${homepage}/archive/${version}.tar.gz" -checksum=d3d463c36597158cc5a8ac327c1710a73825ae1a960ead707915d98de4dc8732 +distfiles="https://github.com/chmln/sd/archive/sd-${version}.tar.gz" +checksum=167940e76ce0dd0129832e1cc1302eef9318f9003d27d968fbcba912ce23bb1c + +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) broken="MAP_32BIT not available" ;; +esac post_install() { vlicense LICENSE