mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
dialog: upgrade to 1.3_20231002
This commit is contained in:
@@ -1 +1 @@
|
||||
84cd94a53bfb7ab95286403e7818bbc8 dialog-1.3-20230209.tgz
|
||||
3fbf92269b79499f97df6f688bba2558 dialog-1.3-20231002.tgz
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
dialog-1.3_20230209-1
|
||||
dialog-1.3_20231002-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/dialog
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# depends : ncurses
|
||||
|
||||
name=dialog
|
||||
version=1.3_20230209
|
||||
_version=$(echo $version | sed 's/_/-/')
|
||||
version=1.3_20231002
|
||||
vrsn=$(echo $version | sed 's/_/-/')
|
||||
release=1
|
||||
source="https://invisible-mirror.net/archives/$name/$name-$_version.tgz"
|
||||
source="https://invisible-mirror.net/archives/$name/$name-$vrsn.tgz"
|
||||
|
||||
build () {
|
||||
cd $name-$_version
|
||||
cd $name-$vrsn
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
||||
Reference in New Issue
Block a user