7.5 has been released \o/
This commit is contained in:
parent
1f00756b0e
commit
d4bd58bf34
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
*.db
|
*.db
|
||||||
.direnv
|
.direnv
|
||||||
*.bak
|
*.bak
|
||||||
|
.pls_cache/
|
||||||
|
@ -406,7 +406,7 @@ __DATA__
|
|||||||
|
|
||||||
@@ index.html.ep
|
@@ index.html.ep
|
||||||
% layout 'default';
|
% layout 'default';
|
||||||
<p>Welcome! Default search queries OpenBSD 7.4 package sets.</p>
|
<p>Welcome! Default search queries OpenBSD 7.5 package sets.</p>
|
||||||
|
|
||||||
@@ exception.html.ep
|
@@ exception.html.ep
|
||||||
% layout 'default';
|
% layout 'default';
|
||||||
|
@ -5,12 +5,12 @@ set -xe
|
|||||||
mkdir -p /tmp/openbsd_app/{stable,current}
|
mkdir -p /tmp/openbsd_app/{stable,current}
|
||||||
|
|
||||||
CURRENT_VER="7.52"
|
CURRENT_VER="7.52"
|
||||||
STABLE_VER="7.49"
|
STABLE_VER="7.52"
|
||||||
CURRENT_FILE=${1:-/tmp/openbsd_app/current/share/sqlports}
|
CURRENT_FILE=${1:-/tmp/openbsd_app/current/share/sqlports}
|
||||||
STABLE_FILE=${2:-/tmp/openbsd_app/stable/share/sqlports}
|
STABLE_FILE=${2:-/tmp/openbsd_app/stable/share/sqlports}
|
||||||
SIGNIFY="${SIGNIFY:-signify}"
|
SIGNIFY="${SIGNIFY:-signify}"
|
||||||
CURRENT_PUB=$(readlink -f /etc/signify/openbsd-75-pkg.pub)
|
CURRENT_PUB=$(readlink -f /etc/signify/openbsd-75-pkg.pub)
|
||||||
STABLE_PUB=$(readlink -f /etc/signify/openbsd-74-pkg.pub)
|
STABLE_PUB=$(readlink -f /etc/signify/openbsd-75-pkg.pub)
|
||||||
|
|
||||||
(
|
(
|
||||||
cd /tmp/openbsd_app/current
|
cd /tmp/openbsd_app/current
|
||||||
@ -22,8 +22,8 @@ STABLE_PUB=$(readlink -f /etc/signify/openbsd-74-pkg.pub)
|
|||||||
|
|
||||||
(
|
(
|
||||||
cd /tmp/openbsd_app/stable
|
cd /tmp/openbsd_app/stable
|
||||||
curl -L -O https://cdn.openbsd.org/pub/OpenBSD/7.4/packages/amd64/sqlports-${STABLE_VER}.tgz
|
curl -L -O https://cdn.openbsd.org/pub/OpenBSD/7.5/packages/amd64/sqlports-${STABLE_VER}.tgz
|
||||||
curl -L -O https://cdn.openbsd.org/pub/OpenBSD/7.4/packages/amd64/SHA256.sig
|
curl -L -O https://cdn.openbsd.org/pub/OpenBSD/7.5/packages/amd64/SHA256.sig
|
||||||
${SIGNIFY} -C -p ${STABLE_PUB} -x SHA256.sig sqlports-${STABLE_VER}.tgz
|
${SIGNIFY} -C -p ${STABLE_PUB} -x SHA256.sig sqlports-${STABLE_VER}.tgz
|
||||||
tar -C . -zxvf sqlports-${STABLE_VER}.tgz
|
tar -C . -zxvf sqlports-${STABLE_VER}.tgz
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user