mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 08:37:14 -04:00
Update Haiku package to use Python 3.11
Former-commit-id: cc3ae472b67be63d960b4993c355f9d5acf7d899 Former-commit-id: 8d758713964c081c6dbb56899f2b84e51d25eac0
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ provides {
|
|||||||
requires {
|
requires {
|
||||||
gnupg
|
gnupg
|
||||||
openssh
|
openssh
|
||||||
python310
|
python3.11
|
||||||
}
|
}
|
||||||
urls {
|
urls {
|
||||||
\"https://github.com/rwinkhart/sshyp\"
|
\"https://github.com/rwinkhart/sshyp\"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ "$1" = 'PREP' ]; then
|
if [ "$1" = 'PREP' ]; then
|
||||||
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./*.py
|
sed -i '1 s/.*/#!\/bin\/env\ python3.11/' ./*.py
|
||||||
else
|
else
|
||||||
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshyp.py
|
sed -i '1 s/.*/#!\/bin\/env\ python3.11/' ./working/sshyp.py
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user