summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKodehawa2023-10-12 15:51:23 -0300
committerKodehawa2023-10-12 15:51:23 -0300
commit8c903d36d33f351f399ba6a9dc93149ee71c9822 (patch)
tree82416dfa24e32f53bd8258283cf452cecc53197a
parent6f2db528a072daadb50ef52ed22ad2a3d6f02c52 (diff)
downloadaur-8c903d36d33f351f399ba6a9dc93149ee71c9822.tar.gz
0.0.171
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ae25bd23b1b..7ee5b3c94496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = discord-canary-electron-bin
pkgdesc = Discord Canary (popular voice + video app) using the system provided electron for increased security and performance
- pkgver = 0.0.170
+ pkgver = 0.0.171
pkgrel = 1
url = https://canary.discordapp.com
arch = x86_64
@@ -24,10 +24,10 @@ pkgbase = discord-canary-electron-bin
provides = discord-canary
conflicts = discord-canary
options = !strip
- source = https://dl-canary.discordapp.net/apps/linux/0.0.170/discord-canary-0.0.170.tar.gz
+ source = https://dl-canary.discordapp.net/apps/linux/0.0.171/discord-canary-0.0.171.tar.gz
source = LICENSE.html::https://discordapp.com/terms
source = OSS-LICENSES.html::https://discordapp.com/licenses
- sha256sums = 2f0faa2c0030ca80c12833ce040f4747bf60727ab04ec845aba18ca454b4b570
+ sha256sums = 35c995f833c8e617cd741520a1a38bb231b7d907e317ec7b7f4d41e8f475d157
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 461145cfd6dc..8938e2f76a69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@
pkgname=discord-canary-electron-bin
_pkgname=discord-canary
-pkgver=0.0.170
+pkgver=0.0.171
pkgrel=1
pkgdesc="Discord Canary (popular voice + video app) using the system provided electron for increased security and performance"
arch=('x86_64')
@@ -35,7 +35,7 @@ source=("https://dl-canary.discordapp.net/apps/linux/${pkgver}/${_pkgname}-${pkg
'LICENSE.html::https://discordapp.com/terms'
'OSS-LICENSES.html::https://discordapp.com/licenses')
# Skip SHA256 of licenses, it fails always for some reason.
-sha256sums=('2f0faa2c0030ca80c12833ce040f4747bf60727ab04ec845aba18ca454b4b570'
+sha256sums=('35c995f833c8e617cd741520a1a38bb231b7d907e317ec7b7f4d41e8f475d157'
'SKIP'
'SKIP')
@@ -82,3 +82,4 @@ package() {
install -Dm 644 LICENSE.html "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
install -Dm 644 OSS-LICENSES.html "$pkgdir"/usr/share/licenses/$pkgname/OSS-LICENSES.html
}
+