Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Updated to 68.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elsorino committed Jan 3, 2020
1 parent 00c2ffa commit e2563ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions building/icebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

version=68.2.0
version=68.4.0
archive=./icecat-${version}-gnu1.tar.bz2
folder=./icecat-${version}

Expand Down Expand Up @@ -35,7 +35,7 @@ function die {
function fetch_archive {
announce "Fetching source archive for ${version}"
if [[ ! -f "${archive}" ]]; then
curl -O "https://sagitter.fedorapeople.org/icecat/v68.2.0/icecat-68.2.0-gnu1.tar.bz2"
curl -O "https://sagitter.fedorapeople.org/icecat/v68.4.0/icecat-68.4.0-gnu1.tar.bz2"
else
echo "Found previously downloaded archive ${archive}"
fi
Expand Down Expand Up @@ -127,10 +127,10 @@ done
for command in ${commands}; do
case "${command}" in
prepare)
fetch_archive
extract_archive
# fetch_archive
# extract_archive
apply_patches
prepare_folders
# prepare_folders
;;
build)
build
Expand Down

0 comments on commit e2563ce

Please sign in to comment.