Skip to content

Commit

Permalink
Updated for 3.13.1-v2 AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Oct 18, 2024
1 parent bb802fa commit 3c365c0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion grab_datafiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ for file in \
DB.Browser.for.SQLite-v3.13.1-win32.zip \
DB.Browser.for.SQLite-v3.13.1-win64.msi \
DB.Browser.for.SQLite-v3.13.1-win64.zip \
DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage; do
DB.Browser.for.SQLite-v3.13.1-x86.64-v2.AppImage; do
if [ ! -s "${file}" ]; then
echo
echo "Downloading ${file}"
Expand Down
12 changes: 6 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ var (
"DB.Browser.for.SQLite-v3.13.0-x86.64.AppImage": time.Date(2024, time.July, 22, 12, 41, 37, 0, time.UTC),

// *** 3.13.1 release ***
"DB.Browser.for.SQLite-v3.13.1.dmg": time.Date(2024, time.October, 16, 07, 48, 52, 0, time.UTC),
"DB.Browser.for.SQLite-v3.13.1-win32.msi": time.Date(2024, time.October, 16, 07, 48, 52, 0, time.UTC),
"DB.Browser.for.SQLite-v3.13.1-win32.zip": time.Date(2024, time.October, 16, 07, 48, 52, 0, time.UTC),
"DB.Browser.for.SQLite-v3.13.1-win64.msi": time.Date(2024, time.October, 16, 07, 48, 52, 0, time.UTC),
"DB.Browser.for.SQLite-v3.13.1-win64.zip": time.Date(2024, time.October, 16, 07, 48, 52, 0, time.UTC),
"DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage": time.Date(2024, time.October, 16, 07, 48, 52, 0, time.UTC),
"DB.Browser.for.SQLite-v3.13.1.dmg": time.Date(2024, time.October, 16, 07, 48, 52, 0, time.UTC),
"DB.Browser.for.SQLite-v3.13.1-win32.msi": time.Date(2024, time.October, 16, 07, 48, 52, 0, time.UTC),
"DB.Browser.for.SQLite-v3.13.1-win32.zip": time.Date(2024, time.October, 16, 07, 48, 52, 0, time.UTC),
"DB.Browser.for.SQLite-v3.13.1-win64.msi": time.Date(2024, time.October, 16, 07, 48, 52, 0, time.UTC),
"DB.Browser.for.SQLite-v3.13.1-win64.zip": time.Date(2024, time.October, 16, 07, 48, 52, 0, time.UTC),
"DB.Browser.for.SQLite-v3.13.1-x86.64-v2.AppImage": time.Date(2024, time.October, 18, 17, 33, 53, 0, time.UTC),
}

// RecordDownloadsLocation controls where downloads are recorded
Expand Down
6 changes: 3 additions & 3 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
},
"indexpage": {
url: "/",
expectedData: "28e72d910d953f25d0a6a24a70b8aceff30d3422a51d6e1fef3a0702c59da618",
expectedData: "3ea6230a3f18491d6a236aaea51863067ff0f823e6cd6eb62af5ca255ac70402",
expectedType: "sha256",
},

Expand Down Expand Up @@ -58,8 +58,8 @@ var (
expectedType: "sha256",
},
"DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage": {
url: "/DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage",
expectedData: "d6563c5c211a73192da96e3bb11a3bf83a2f3164aa4db83482c0aecf8b751b77",
url: "/DB.Browser.for.SQLite-v3.13.1-x86.64-v2.AppImage",
expectedData: "c2fd0c27c84777747527e1b28deccc824bc88eeb47f36a9575bf1ba0a5a38453",
expectedType: "sha256",
},
"DB.Browser.for.SQLite-v3.13.1.dmg": {
Expand Down
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h4>version 3.13.1</h4>
<li><a href="/DB.Browser.for.SQLite-v3.13.1-win64.msi">DB.Browser.for.SQLite-v3.13.1-win64.msi</a> - For Windows 64-bit</li>
<li><a href="/DB.Browser.for.SQLite-v3.13.1-win64.zip">DB.Browser.for.SQLite-v3.13.1-win64.zip</a> - For Windows 64-bit</li>
<li><a href="/DB.Browser.for.SQLite-v3.13.1.dmg">DB.Browser.for.SQLite-v3.13.1.dmg</a> - For macOS (both <b>Apple Silicon</b> and <b>Intel</b>)</li>
<li><a href="/DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage">DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage</a> - AppImage for Linux</li>
<li><a href="/DB.Browser.for.SQLite-v3.13.1-x86.64-v2.AppImage">DB.Browser.for.SQLite-v3.13.1-x86.64-v2.AppImage</a> - AppImage for Linux</li>
</ul>
</p>

Expand Down

0 comments on commit 3c365c0

Please sign in to comment.