summaryrefslogtreecommitdiff
path: root/construct.sh
diff options
context:
space:
mode:
Diffstat (limited to 'construct.sh')
-rwxr-xr-xconstruct.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/construct.sh b/construct.sh
index 7b5c20205..bd0c5dfe0 100755
--- a/construct.sh
+++ b/construct.sh
@@ -14,9 +14,11 @@ rm -rf "${PKG_REPO}/debs"
cp -a debs "${PKG_REPO}"
cd "${PKG_REPO}/dists/tangelo"
+export PKG_RVSN=8
+
cat >main/binary-darwin-arm/Release <<EOF
Archive: stable
-Version: 1.0r5
+Version: 1.0r${PKG_RVSN}
Component: main
Origin: saurik
Label: Telesphoreo
@@ -28,11 +30,11 @@ EOF
Origin: saurik
Label: Telesphoreo
Suite: stable
-Version: 1.0r5
+Version: 1.0r${PKG_RVSN}
Codename: tangelo
Architectures: darwin-arm
Components: main
-Description: Telesphoreo Tangelo 1.0r5
+Description: Telesphoreo Tangelo 1.0r${PKG_RVSN}
MD5Sum:
EOF