Skip to content

Commit

Permalink
Get gnucash tarballs from the unstable directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Apr 26, 2020
1 parent c134036 commit 5bc66eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function get_versions()

function get_checksums()
{
wget "http://downloads.sourceforge.net/gnucash/gnucash (stable)/${revision}/README.txt" -O "${base_dir}"/README.txt
wget "http://downloads.sourceforge.net/gnucash/gnucash (unstable)/${revision}/README.txt" -O "${base_dir}"/README.txt
code_checksum=$(awk "/gnucash-${code_revision}.tar.bz2/ { print \$1;}" "${base_dir}"/README.txt)
docs_checksum=$(awk "/gnucash-docs-${docs_revision}.tar.gz/ { print \$1;}" "${base_dir}"/README.txt)
}
Expand Down
2 changes: 1 addition & 1 deletion templates/gnucash-docs-source-tar.json.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "archive",
"url": "http://downloads.sourceforge.net/gnucash/gnucash (stable)/${revision}/gnucash-docs-${docs_revision}.tar.gz",
"url": "http://downloads.sourceforge.net/gnucash/gnucash (unstable)/${revision}/gnucash-docs-${docs_revision}.tar.gz",
"sha256": "${docs_checksum}"
}
2 changes: 1 addition & 1 deletion templates/gnucash-source-tar.json.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "archive",
"url": "http://downloads.sourceforge.net/gnucash/gnucash (stable)/${revision}/gnucash-${code_revision}.tar.bz2",
"url": "http://downloads.sourceforge.net/gnucash/gnucash (unstable)/${revision}/gnucash-${code_revision}.tar.bz2",
"sha256": "${code_checksum}"
}

0 comments on commit 5bc66eb

Please sign in to comment.