summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2021-10-20 03:32:55 +0000
committerDaniel Chen2021-10-20 03:32:55 +0000
commit75241c69566a42adda11179bebba9b0b65cc58c2 (patch)
tree113368ad523e1aca9c7a50d6d93b2c01bd709490
parent9786f2ed266af9e26472bfce8a7b7ed28ccac130 (diff)
downloadaur-75241c69566a42adda11179bebba9b0b65cc58c2.tar.gz
re-re re fix the 256hash
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9282e566033d..752337ca0cf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,6 +21,6 @@ pkgbase = rstudio-desktop-daily-bin
conflicts = rstudio-desktop-bin
options = !strip
source_x86_64 = https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-2021.12.0-daily%2B130-amd64.deb
- sha256sums_x86_64 = a9002615274706d2326a225299b519ef3313af888f70346a287362ddb7a9e43f
+ sha256sums_x86_64 = f5a72c59b4490627836ab7003c462a15124697e1476986a53ea0ba009e17aeec
pkgname = rstudio-desktop-daily-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7c0b93864f3b..665d72753374 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ conflicts=('rstudio-desktop' 'rstudio-desktop-git' 'rstudio-desktop-bin')
provides=("rstudio-desktop-daily=${pkgver}")
options=(!strip)
-sha256sums_x86_64=('a9002615274706d2326a225299b519ef3313af888f70346a287362ddb7a9e43f')
+sha256sums_x86_64=('f5a72c59b4490627836ab7003c462a15124697e1476986a53ea0ba009e17aeec')
source_x86_64=("https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-${pkgver_url}-amd64.deb")
package() {