Skip to content

Commit

Permalink
should work, no checksum calc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonjs committed May 30, 2019
1 parent 5e419a9 commit df8b889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitea-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ get_current_version() {
}

# Set variable #new_ver by checking release status from GitHub
new_ver=$(get_latest_release "go-gitea/gitea")

NEW_VER=$(get_latest_release "go-gitea/gitea")
NEW_VER=1.8.2
if [ $DEBUG -eq 1 ]; then
echo "New Version: $NEW_VER"
fi
Expand All @@ -46,7 +46,7 @@ else
fi

# Check current version
cur_ver=$(get_current_version $DIR/gitea)
CUR_VER=$(get_current_version $DIR/gitea)

if [ $DEBUG -eq 1 ]; then
echo "Current Version: $CUR_VER"
Expand Down

0 comments on commit df8b889

Please sign in to comment.