Skip to content

Commit 3c365c0

Browse files
committed
Updated for 3.13.1-v2 AppImage
1 parent bb802fa commit 3c365c0

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

grab_datafiles.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ for file in \
136136
DB.Browser.for.SQLite-v3.13.1-win32.zip \
137137
DB.Browser.for.SQLite-v3.13.1-win64.msi \
138138
DB.Browser.for.SQLite-v3.13.1-win64.zip \
139-
DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage; do
139+
DB.Browser.for.SQLite-v3.13.1-x86.64-v2.AppImage; do
140140
if [ ! -s "${file}" ]; then
141141
echo
142142
echo "Downloading ${file}"

main.go

+6-6
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ var (
9797
"DB.Browser.for.SQLite-v3.13.0-x86.64.AppImage": time.Date(2024, time.July, 22, 12, 41, 37, 0, time.UTC),
9898

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

108108
// RecordDownloadsLocation controls where downloads are recorded

main_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030
},
3131
"indexpage": {
3232
url: "/",
33-
expectedData: "28e72d910d953f25d0a6a24a70b8aceff30d3422a51d6e1fef3a0702c59da618",
33+
expectedData: "3ea6230a3f18491d6a236aaea51863067ff0f823e6cd6eb62af5ca255ac70402",
3434
expectedType: "sha256",
3535
},
3636

@@ -58,8 +58,8 @@ var (
5858
expectedType: "sha256",
5959
},
6060
"DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage": {
61-
url: "/DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage",
62-
expectedData: "d6563c5c211a73192da96e3bb11a3bf83a2f3164aa4db83482c0aecf8b751b77",
61+
url: "/DB.Browser.for.SQLite-v3.13.1-x86.64-v2.AppImage",
62+
expectedData: "c2fd0c27c84777747527e1b28deccc824bc88eeb47f36a9575bf1ba0a5a38453",
6363
expectedType: "sha256",
6464
},
6565
"DB.Browser.for.SQLite-v3.13.1.dmg": {

template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h4>version 3.13.1</h4>
2626
<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>
2727
<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>
2828
<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>
29-
<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>
29+
<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>
3030
</ul>
3131
</p>
3232

0 commit comments

Comments
 (0)