diff options
author | Moiré | 2024-11-22 09:25:20 -0800 |
---|---|---|
committer | Moiré | 2024-11-22 09:25:20 -0800 |
commit | c4aa35afd49b7b0206608c236e63a3472c044a2d (patch) | |
tree | a5558148cc85e16b86ac3e67e397a758006c4780 | |
parent | 5b2011ba805866ab987db1f4828ff8ef0f714e37 (diff) | |
download | aur-c4aa35afd49b7b0206608c236e63a3472c044a2d.tar.gz |
Update to 0.0.48
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = discord-development pkgdesc = All-in-one voice and text chat for gamers that's free and secure. - pkgver = 0.0.47 + pkgver = 0.0.48 pkgrel = 1 url = https://discord.com/ arch = x86_64 @@ -18,10 +18,10 @@ pkgbase = discord-development optdepends = noto-fonts-emoji: Google font for emoji support. optdepends = ttf-symbola: Font for emoji support. optdepends = noto-fonts-cjk: Font for special characters such as /shrug face. - source = https://dl-development.discordapp.net/apps/linux/0.0.47/discord-development-0.0.47.tar.gz + source = https://dl-development.discordapp.net/apps/linux/0.0.48/discord-development-0.0.48.tar.gz source = LICENSE source = discord-development.sh - sha256sums = d7086c26766a9fe7d796c2d771a9686f679cfc4f9736cf787d182b9c5bea7322 + sha256sums = 5b82784091f4216f6fbe8fd0a60cac528f2149b14cd34a5bebeac371f6367eab sha256sums = a7c01ba4de8e8ddabfe4a2d434b9c1d05b5fdbd44b1b8ca2164b89a9657a930d sha256sums = 9bfd406c319038b095d4b87ade82aa1cafab5c485de73b7e207189b29c2bb0d4 @@ -9,7 +9,7 @@ # This is mostly the discord-canary package, but modified to install Discord Development pkgname=discord-development -pkgver=0.0.47 +pkgver=0.0.48 pkgrel=1 pkgdesc="All-in-one voice and text chat for gamers that's free and secure." arch=('x86_64') @@ -23,7 +23,7 @@ optdepends=('libpulse: For pulseaudio support' source=("https://dl-development.discordapp.net/apps/linux/${pkgver}/${pkgname}-${pkgver}.tar.gz" "LICENSE" "${pkgname}.sh") -sha256sums=('d7086c26766a9fe7d796c2d771a9686f679cfc4f9736cf787d182b9c5bea7322' +sha256sums=('5b82784091f4216f6fbe8fd0a60cac528f2149b14cd34a5bebeac371f6367eab' 'a7c01ba4de8e8ddabfe4a2d434b9c1d05b5fdbd44b1b8ca2164b89a9657a930d' '9bfd406c319038b095d4b87ade82aa1cafab5c485de73b7e207189b29c2bb0d4') |