wok diff ecryptfs-simple/receipt @ rev 24891

lynx: use ncursesw (tanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 07:20:18 2022 +0000 (2022-04-07)
parents 095836df71b7
children 00e3b45c063b
line diff
     1.1 --- a/ecryptfs-simple/receipt	Thu Jan 27 12:16:00 2022 +0000
     1.2 +++ b/ecryptfs-simple/receipt	Thu Apr 07 07:20:18 2022 +0000
     1.3 @@ -19,8 +19,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://github.com/mhogomchungu/ecryptfs-simple/tags 2>/dev/null | \
     1.8 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
     1.9 +	wget -O - https://aur.archlinux.org/packages/ecryptfs-simple 2>/dev/null | \
    1.10 +	sed '/ecryptfs-simple-/!d;s|.*simple-||;s|.tar.*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.