-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: extract mini_portile recipe config to dependencies.yml
- Loading branch information
1 parent
8ab3ecc
commit df549ed
Showing
4 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# TODO: stop using symbols here once we no longer support Ruby 2.7 and can rely on symbolize_names | ||
:sqlite3: | ||
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html: | ||
# | ||
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3390400.tar.gz | ||
# 431328e30d12c551da9ba7ef2122b269076058512014afa799caaf62ca567090 ports/archives/sqlite-autoconf-3390400.tar.gz | ||
# | ||
# $ sha256sum ports/archives/sqlite-autoconf-3390400.tar.gz | ||
# f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb ports/archives/sqlite-autoconf-3390400.tar.gz | ||
# | ||
:version: "3.39.4" | ||
:files: | ||
- :url: "https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz" | ||
:sha256: "f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters