summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Londres2022-02-28 18:58:00 -0500
committerEric S. Londres2022-02-28 18:58:00 -0500
commit04751da4c1dd8a4b3b629d0d78ec13c8bcdcddd0 (patch)
treeca939a1a24ec71370cd455fd62b4eec4ff51901c
parenta5a1f1c76b341999e7488c491c724dfe87ad1603 (diff)
downloadaur-04751da4c1dd8a4b3b629d0d78ec13c8bcdcddd0.tar.gz
fix sha256 error caused by github HTTP 3xx response
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 202cd4d06dc9..de9fddc86094 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,6 @@ pkgbase = mailspring
optdepends = gnome-keyring: keyrings
options = !strip
source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.10.0/mailspring-1.10.0-amd64.deb
- sha256sums_x86_64 = e90bf0e2c9d634c92091923ce9df63d80962c7847ff41f60c94f29cd4094ec44
+ sha256sums_x86_64 = 1c4b391a5118e9a162a3642a57888ee90ecdbe83dac8122268734b39ae8f7a35
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 4f19a3b95536..b66d08de0680 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ options=('!strip')
source=()
source_x86_64=("https://github.com/Foundry376/Mailspring/releases/download/${pkgver}/mailspring-${pkgver}-amd64.deb")
-sha256sums_x86_64=('e90bf0e2c9d634c92091923ce9df63d80962c7847ff41f60c94f29cd4094ec44')
+sha256sums_x86_64=('1c4b391a5118e9a162a3642a57888ee90ecdbe83dac8122268734b39ae8f7a35')
depends=("libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gtk3" "nss" "libglvnd")