makedeb


ente-cli-bin 0.2.3-3


CLI for Ente Photos and Auth

Click here to go back to the commit logs for ente-cli-bin.

Commit:


Hash: ceb640076a1d32cde9183d691d3b3a022da7bf82

Message: Fix SHA256 checksum for Linux amd64 * Accidentally used sums for Darwin amd64

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 4c270b9..dbad4c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = ente-cli-bin
 	pkgdesc = CLI for Ente Photos and Auth
 	pkgver = 0.2.3
-	pkgrel = 2
+	pkgrel = 3
 	url = https://github.com/ente-io/ente/tree/main/cli
 	arch = amd64
 	arch = arm64
@@ -10,7 +10,7 @@ pkgbase = ente-cli-bin
 	conflicts = ente-cli
 	options = !strip
 	source_amd64 = https://github.com/ente-io/ente/releases/download/cli-v0.2.3/ente-cli-v0.2.3-linux-amd64.tar.gz
-	sha256sums_amd64 = 3d98f85485bbf4eec41abbafb4479d6995df661e55ca563f947c07214fc5d154
+	sha256sums_amd64 = a4fbd1f5884fadc5f48b2798f1bbb447dff3e42e00de11e293b5e815828e6703
 	source_arm64 = https://github.com/ente-io/ente/releases/download/cli-v0.2.3/ente-cli-v0.2.3-linux-arm64.tar.gz
 	sha256sums_arm64 = 115e0acf9427124edacbda42d806a7071ad3c3394e6e858da100c7307899169b
 
diff --git a/PKGBUILD b/PKGBUILD
index 23dcf5b..12d4050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@
 pkgname="ente-cli-bin"
 _pkgname="ente-cli"
 pkgver=0.2.3
-pkgrel=2
+# Below: change back to 1 for next update
+pkgrel=3
 pkgdesc="CLI for Ente Photos and Auth"
 arch=('amd64' 'arm64')
 url="https://github.com/ente-io/ente/tree/main/cli"
@@ -15,7 +16,7 @@ conflicts=("${pkgname%-bin}")
 depends=()
 options=('!strip')
 source_amd64=("${_url}/releases/download/cli-v${pkgver}/${_pkgname}-v${pkgver}-linux-amd64.tar.gz")
-sha256sums_amd64=('3d98f85485bbf4eec41abbafb4479d6995df661e55ca563f947c07214fc5d154')
+sha256sums_amd64=('a4fbd1f5884fadc5f48b2798f1bbb447dff3e42e00de11e293b5e815828e6703')
 source_arm64=("${_url}/releases/download/cli-v${pkgver}/${_pkgname}-v${pkgver}-linux-arm64.tar.gz")
 sha256sums_arm64=('115e0acf9427124edacbda42d806a7071ad3c3394e6e858da100c7307899169b')