summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph DiGiovanni2023-09-24 11:30:34 -0400
committerJoseph DiGiovanni2023-09-24 11:30:34 -0400
commit1a10f963ab9d0786e1c1abc956577ce2537bb31f (patch)
tree16725533fbc8f7b209c563747a349ff5fd216c93
parent9bc21e291e4f59821ae2f459d3846345628408ab (diff)
downloadaur-1a10f963ab9d0786e1c1abc956577ce2537bb31f.tar.gz
Update launch script checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf92ed46e2c3..f45ce19105b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,6 @@ pkgbase = rcedit-bin
source = https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe
source = rcedit
sha256sums = 02e8e8c5d430d8b768980f517b62d7792d690982b9ba0f7e04163cbc1a6e7915
- sha256sums = 147cf514f855475edba9cd9267700b091c75ce424a8aae4bf24c339d72752766
+ sha256sums = 4d42d20aafe098f9403db50ab804070c9710d57f07462eef98ee5a77976e2d17
pkgname = rcedit-bin
diff --git a/PKGBUILD b/PKGBUILD
index b5f5c8033b15..0ff6ae49140c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('wine')
source=("https://github.com/electron/rcedit/releases/download/v${pkgver}/rcedit-x64.exe"
'rcedit')
sha256sums=('02e8e8c5d430d8b768980f517b62d7792d690982b9ba0f7e04163cbc1a6e7915'
- '147cf514f855475edba9cd9267700b091c75ce424a8aae4bf24c339d72752766')
+ '4d42d20aafe098f9403db50ab804070c9710d57f07462eef98ee5a77976e2d17')
package() {
install -Dm755 "${srcdir}/rcedit-x64.exe" "${pkgdir}/opt/rcedit/rcedit-x64.exe"