Skip to content

Commit 8e35cb4

Browse files
committed
Prepare v1.7.3 release
1 parent 4ff1408 commit 8e35cb4

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

packaging/chocolatey/jot.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>jot</id>
5-
<version>1.7.2</version>
5+
<version>1.7.3</version>
66
<title>Jot CLI</title>
77
<authors>Intina47</authors>
88
<owners>Intina47</owners>
@@ -13,7 +13,7 @@
1313
<bugTrackerUrl>https://github.com/Intina47/jot/issues</bugTrackerUrl>
1414
<projectSourceUrl>https://github.com/Intina47/jot</projectSourceUrl>
1515
<packageSourceUrl>https://github.com/Intina47/jot/tree/main/packaging/chocolatey</packageSourceUrl>
16-
<releaseNotes>https://github.com/Intina47/jot/releases/tag/v1.7.2</releaseNotes>
16+
<releaseNotes>https://github.com/Intina47/jot/releases/tag/v1.7.3</releaseNotes>
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<summary>Terminal-first notebook and local document viewer</summary>
1919
<description>jot is a terminal-first notebook and local document viewer. Capture fast, then open PDFs, Markdown, JSON, XML, YAML, TOML, CSV, env files, and plain text in jot's own lightweight viewer.</description>

packaging/chocolatey/tools/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Verification is intended to assist the Chocolatey moderators and community
22
in verifying that this package's contents are trustworthy.
33

44
Download URL:
5-
https://github.com/Intina47/jot/releases/download/v1.7.2/jot_v1.7.2_windows_amd64.zip
5+
https://github.com/Intina47/jot/releases/download/v1.7.3/jot_v1.7.3_windows_amd64.zip
66

77
SHA256:
8-
2f314097ccf5ae692fffd1524dcb9da719cea7a7c771b891a0c55e4a6bed2dd7
8+
a7f129d1074be84462ea31a31bde810150cb9680a4a460e4cf258a3ecc180376
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
$ErrorActionPreference = "Stop"
22
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor 3072
33

4-
$version = "1.7.2"
4+
$version = "1.7.3"
55
$url = "https://github.com/Intina47/jot/releases/download/v$version/jot_v$version_windows_amd64.zip"
6-
$checksum = "2f314097ccf5ae692fffd1524dcb9da719cea7a7c771b891a0c55e4a6bed2dd7"
6+
$checksum = "a7f129d1074be84462ea31a31bde810150cb9680a4a460e4cf258a3ecc180376"
77

88
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
99
Install-ChocolateyZipPackage -PackageName "jot" -Url $url -UnzipLocation $toolsDir -Checksum $checksum -ChecksumType "sha256"

packaging/homebrew/jot-cli.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
class JotCli < Formula
22
desc "Terminal-first notebook and local document viewer"
33
homepage "https://github.com/Intina47/jot"
4-
version "1.7.2"
4+
version "1.7.3"
55

66
on_macos do
77
if Hardware::CPU.arm?
8-
url "https://github.com/Intina47/jot/releases/download/v1.7.2/jot_v1.7.2_darwin_arm64.tar.gz"
9-
sha256 "bef70d22f14511715ec2a1821d376b0b95a82a7ab031c72d2b589a0a554b1914"
8+
url "https://github.com/Intina47/jot/releases/download/v1.7.3/jot_v1.7.3_darwin_arm64.tar.gz"
9+
sha256 "fdd8cfe392a7f9b321c4b2c654f89b3167892c3aef0d21a129fe90dc64e4bcbc"
1010
else
11-
url "https://github.com/Intina47/jot/releases/download/v1.7.2/jot_v1.7.2_darwin_amd64.tar.gz"
12-
sha256 "848cca6beb3a57e18053087729f22af55c3b21b3b8769b428b75f1f7d63345ae"
11+
url "https://github.com/Intina47/jot/releases/download/v1.7.3/jot_v1.7.3_darwin_amd64.tar.gz"
12+
sha256 "1f2a724e9b38718054f2ab571aa3204ff42d36d46065855436e00b39f117acf0"
1313
end
1414
end
1515

1616
on_linux do
17-
url "https://github.com/Intina47/jot/releases/download/v1.7.2/jot_v1.7.2_linux_amd64.tar.gz"
18-
sha256 "2678ba0645de9014ea99473a66b805635e90fcc09af5c7cded11526b266280f2"
17+
url "https://github.com/Intina47/jot/releases/download/v1.7.3/jot_v1.7.3_linux_amd64.tar.gz"
18+
sha256 "6823cb48ca408db21d5c1458e806791fb2bd220065d999810807f8af6d514e3e"
1919
end
2020

2121
def install

0 commit comments

Comments
 (0)