From 7195bac7f9d51184741c0bcac7162f0e0f60002b Mon Sep 17 00:00:00 2001 From: hippoz Date: Sat, 7 Nov 2020 23:33:28 +0200 Subject: [PATCH] both packages will need to update now :flushed: --- bruhtesting/package | 2 +- bruhtesting/payload/usr/bin/hellooo | 2 +- testingpackage/package | 2 +- testingpackage/payload/usr/bin/helloworld | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bruhtesting/package b/bruhtesting/package index 45647ae..d40998e 100644 --- a/bruhtesting/package +++ b/bruhtesting/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="bruhtesting" AL_PKG_CONFIG_MAKEDEPENDS="" AL_PKG_CONFIG_DEPENDS="" \ No newline at end of file diff --git a/bruhtesting/payload/usr/bin/hellooo b/bruhtesting/payload/usr/bin/hellooo index fee867c..644d0cf 100644 --- a/bruhtesting/payload/usr/bin/hellooo +++ b/bruhtesting/payload/usr/bin/hellooo @@ -1 +1 @@ -echo "bruh" \ No newline at end of file +echo "bruh based" \ No newline at end of file diff --git a/testingpackage/package b/testingpackage/package index fa8df85..c5c1791 100755 --- a/testingpackage/package +++ b/testingpackage/package @@ -1,5 +1,5 @@ AL_PKG_CONFIG_DEPLOY=true -AL_PKG_CONFIG_VER="0.3" +AL_PKG_CONFIG_VER="0.4" 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 e9151a5..2fd1eb7 100755 --- a/testingpackage/payload/usr/bin/helloworld +++ b/testingpackage/payload/usr/bin/helloworld @@ -1 +1 @@ -echo "based 2" \ No newline at end of file +echo "based 3" \ No newline at end of file