Skip to content

Commit

Permalink
Revert "Line reordering?"
Browse files Browse the repository at this point in the history
This reverts commit ce4454e.
  • Loading branch information
rootmos committed Mar 4, 2024
1 parent ce4454e commit 518b94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/archlinux/mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ TMP=$(mktemp -d)
trap 'rm -rf $TMP' EXIT

SOURCE_TARBALL=$TMP/src.zip
SOURCE_TARBALL_SHA256=$(sha256sum "$SOURCE_TARBALL" | cut -f1 -d' ')
wget --progress=dot --output-document="$SOURCE_TARBALL" "$BUILD_SOURCE_TARBALL_URL"
SOURCE_TARBALL_SHA256=$(sha256sum "$SOURCE_TARBALL" | cut -f1 -d' ')

VARS=(BUILD_PROJECT BUILD_VERSION)
VARS+=(BUILD_GIT_REPO BUILD_GIT_REF BUILD_REPO_URL BUILD_GIT_DIRTY)
Expand Down

0 comments on commit 518b94b

Please sign in to comment.