diff options
-rw-r--r-- | projects/flashrom/configs/revision | 2 | ||||
-rwxr-xr-x | projects/flashrom/flashrom | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/flashrom/configs/revision b/projects/flashrom/configs/revision index 8031930e..6b3126ce 100644 --- a/projects/flashrom/configs/revision +++ b/projects/flashrom/configs/revision @@ -1 +1 @@ -v0.9.9 +v1.0 diff --git a/projects/flashrom/flashrom b/projects/flashrom/flashrom index bc3199f0..e01b66be 100755 --- a/projects/flashrom/flashrom +++ b/projects/flashrom/flashrom @@ -27,7 +27,7 @@ usage() { download() { local repository=$project - project_download_git "$project" "$repository" "https://github.com/stefanct/flashrom.git" "$@" + project_download_git "$project" "$repository" 'https://review.coreboot.org/flashrom.git https://github.com/stefanct/flashrom.git' "$@" } download_check() { |