From 8d5f3549f7c2826ff4e35b31f6ce55179ebc70e9 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Mon, 17 Jun 2024 22:50:16 +0800 Subject: updates --- repos/outdated.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repos/outdated.sh') diff --git a/repos/outdated.sh b/repos/outdated.sh index e316a1d9..d81ae2dc 100755 --- a/repos/outdated.sh +++ b/repos/outdated.sh @@ -3,10 +3,10 @@ while [ "$1" ]; do #set -- ${1%/} unset curver port - [ -f $1/info ] && port=${1%/} + [ -f $1/abuild ] && port=${1%/} [ "$port" ] || { shift; continue; } pname=${1##*/} - curver=$(grep ^version= $port/info | awk -F = '{print $2}') + curver=$(grep ^version= $port/abuild | awk -F = '{print $2}') [ "$curver" ] || { shift; continue; } case $pname in python-*) pname=python:${pname#python-};; -- cgit v1.2.3