Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
e81b7a54
Commit
e81b7a54
authored
Mar 30, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play common: switch to update to latest known version
parent
0ca97ac7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
common.sh
play.d/common.sh
+8
-8
No files found.
play.d/common.sh
View file @
e81b7a54
...
...
@@ -321,18 +321,18 @@ case "$1" in
if
[
"
$latestpkgver
"
=
"
$pkgver
"
]
;
then
echo
"Latest available version of
$PKGNAME
$latestpkgver
is already installed."
else
echo
"Latest available version of
$PKGNAME
:
$latestpkgver
, but you a newer version installed:
$pkgver
."
echo
"Latest available version of
$PKGNAME
:
$latestpkgver
, but you
have
a newer version installed:
$pkgver
."
fi
exit
fi
echo
"Updating
$PKGNAME
from
$pkgver
to the latest available version (equal to
$latestpkgver
or newer) ..."
#
if [ -n "$force" ] ; then
#
echo "Updating $PKGNAME from $pkgver to latest available version ..."
#
else
#
echo "Updating $PKGNAME from $pkgver to $latestpkgver version ..."
#
VERSION="$latestpkgver"
#
fi
#
echo "Updating $PKGNAME from $pkgver to the latest available version (equal to $latestpkgver or newer) ..."
if
[
-n
"
$force
"
]
;
then
echo
"Updating
$PKGNAME
from
$pkgver
to latest available version ..."
else
echo
"Updating
$PKGNAME
from
$pkgver
to
$latestpkgver
version ..."
VERSION
=
"
$latestpkgver
"
fi
fi
# pass to run play code
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment