From f1376cc343f6d9035fbdea5f81ced6505bbddf24 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sat, 7 Nov 2020 23:29:34 +0200 Subject: [PATCH] change package version for testing. oh god --- testingpackage/package | 2 +- testingpackage/payload/usr/bin/helloworld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testingpackage/package b/testingpackage/package index f430bd1..c944aa4 100755 --- a/testingpackage/package +++ b/testingpackage/package @@ -1,5 +1,5 @@ AL_PKG_CONFIG_DEPLOY=true -AL_PKG_CONFIG_VER="0.1" +AL_PKG_CONFIG_VER="0.2" AL_PKG_CONFIG_NAME="testingpackage" AL_PKG_CONFIG_MAKEDEPENDS="" AL_PKG_CONFIG_DEPENDS="" \ No newline at end of file diff --git a/testingpackage/payload/usr/bin/helloworld b/testingpackage/payload/usr/bin/helloworld index d31c52f..e9151a5 100755 --- a/testingpackage/payload/usr/bin/helloworld +++ b/testingpackage/payload/usr/bin/helloworld @@ -1 +1 @@ -echo "based" \ No newline at end of file +echo "based 2" \ No newline at end of file