wok diff pam_mount/receipt @ rev 24981

Up pce (20220220-991c55d9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 08 10:57:53 2022 +0000 (2022-05-08)
parents bbad6c384bed
children 7dd01dedad38
line diff
     1.1 --- a/pam_mount/receipt	Mon Sep 28 12:18:21 2015 +0200
     1.2 +++ b/pam_mount/receipt	Sun May 08 10:57:53 2022 +0000
     1.3 @@ -14,6 +14,14 @@
     1.4  util-linux-mount-dev util-linux-blkid-dev util-linux-uuid-dev"
     1.5  DEPENDS="pam libcrypto libxml2 libhx zlib"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://sourceforge.net/projects/pam-mount/files/pam_mount/ 2>/dev/null | \
    1.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.12 +	sed '/scope="row/!d;s|.*/pam_mount/||;s|/.*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {