Skip to content

Commit

Permalink
Merge pull request #277 from robert-ulrich-hofmann/enhance-sqlite3-de…
Browse files Browse the repository at this point in the history
…pendency

Enhance sqlite3 dependency
  • Loading branch information
mirkobrombin authored Dec 20, 2024
2 parents a7ee1cb + ef5031d commit a4d9c43
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
24 changes: 17 additions & 7 deletions Essentials/sqlite3.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
Name: sqlite3
Description: Provides SQLite3 for the x64-x86 architecture
Provider: SQlLite
License: GPLv2
Description: SQLite3 for 32-bit and 64-bit systems
Provider: SQLite
License: Public Domain
License_url: https://www.sqlite.org/copyright.html
Dependencies: []
Steps:
- action: archive_extract
file_name: sql-temp-dll.zip
url: https://www.sqlite.org/2024/sqlite-dll-win-x64-3460100.zip
rename: sqlite-dll.zip
url: https://www.sqlite.org/2024/sqlite-dll-win-x86-3470200.zip
file_name: sqlite-dll-32.zip
- action: copy_dll
url: temp/sqlite-dll/
url: temp/sqlite-dll-32/
file_name: sqlite3.dll
dest: win32
- action: archive_extract
url: https://www.sqlite.org/2024/sqlite-dll-win-x64-3470200.zip
file_name: sqlite-dll-64.zip
for:
- win64
- action: copy_dll
url: temp/sqlite-dll-64/
file_name: sqlite3.dll
dest: win64
for:
- win64
3 changes: 2 additions & 1 deletion index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ dotnetcoredesktop7:
dotnetcoredesktop8:
Description: Microsoft .NET Core Desktop Runtime 8.0 LTS
Category: Essentials

# GENERIC
# ------------------------------
sqlite3:
Description: provides sqlite3.dll
Description: SQLite3
Category: Essentials
winhttp:
Description: Microsoft Windows HTTP Services
Expand Down

0 comments on commit a4d9c43

Please sign in to comment.