Add reddit.db.zst SHA-256 (1.86 GB, 66% smaller)
Browse files- checksums.txt +5 -1
checksums.txt
CHANGED
|
@@ -4,8 +4,12 @@
|
|
| 4 |
|
| 5 |
# SHA-256
|
| 6 |
a313e5313bd0b4ece33961340b7c4fdc93dd16976bcc2e0580f818b253a36f09 reddit.db
|
|
|
|
| 7 |
|
| 8 |
# Verify with:
|
| 9 |
-
# shasum -a 256 reddit.db # macOS
|
| 10 |
# sha256sum reddit.db # Linux
|
| 11 |
# certutil -hashfile reddit.db SHA256 # Windows
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
# SHA-256
|
| 6 |
a313e5313bd0b4ece33961340b7c4fdc93dd16976bcc2e0580f818b253a36f09 reddit.db
|
| 7 |
+
83af1e4dca6cc046882f3fd6287236cc451788b83fc6c2aaea0410bfa7765d6c reddit.db.zst
|
| 8 |
|
| 9 |
# Verify with:
|
| 10 |
+
# shasum -a 256 reddit.db # macOS
|
| 11 |
# sha256sum reddit.db # Linux
|
| 12 |
# certutil -hashfile reddit.db SHA256 # Windows
|
| 13 |
+
|
| 14 |
+
# Decompress reddit.db.zst with:
|
| 15 |
+
# zstd -d reddit.db.zst # produces reddit.db (5.4 GB)
|