From b4b320c65e21ee6eca6018763d763634a6b783c5 Mon Sep 17 00:00:00 2001 From: Rafi594 Date: Sun, 25 Feb 2018 22:53:04 +0100 Subject: [PATCH] [fix] Source --- conf/arm.src | 2 +- conf/i386.src | 2 +- conf/x86-64.src | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/arm.src b/conf/arm.src index e654b2e..970b48c 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -5,7 +5,7 @@ SOURCE_SUM=b1b20d5905cd275b384da2a08d36ed0730801f23fb33df5c45302c9a6ec62dc6 SOURCE_SUM_PRG=sha256sum # (Optional) Archive format # default: tar.gz -SOURCE_FORMAT=zip +SOURCE_FORMAT=tar.gz # (Optional) Put false if sources are directly in the archive root # default: true SOURCE_IN_SUBDIR=true diff --git a/conf/i386.src b/conf/i386.src index c813a89..9c504ec 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -5,7 +5,7 @@ SOURCE_SUM=1b746cccffca446876ccc71efe328699f002622dab1d438e2142c8d7c23a22d7 SOURCE_SUM_PRG=sha256sum # (Optional) Archive format # default: tar.gz -SOURCE_FORMAT=zip +SOURCE_FORMAT=tar.gz # (Optional) Put false if sources are directly in the archive root # default: true SOURCE_IN_SUBDIR=true diff --git a/conf/x86-64.src b/conf/x86-64.src index c6532aa..52e3eff 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -5,7 +5,7 @@ SOURCE_SUM=4f37b280eb9dcde7820e801e51ca07682faee703c220548da2f8aa9b6adb5231 SOURCE_SUM_PRG=sha256sum # (Optional) Archive format # default: tar.gz -SOURCE_FORMAT=zip +SOURCE_FORMAT=tar.gz # (Optional) Put false if sources are directly in the archive root # default: true SOURCE_IN_SUBDIR=true