Update launch script checksum

This commit is contained in:
Joseph DiGiovanni 2023-09-24 11:30:34 -04:00
parent 9bc21e291e
commit 1a10f963ab
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"