summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-03-09 23:25:18 +0000
committerJonathon Fernyhough2021-03-09 23:25:18 +0000
commitaa1e4016c27b08a8661a53cb28841cf7e31118df (patch)
tree79f7117c305ee092905d939a1d0e589d5f705287
parente6c7b048a5c12b3f9f85dd55b72c3a8a952aaee0 (diff)
downloadaur-aa1e4016c27b08a8661a53cb28841cf7e31118df.tar.gz
Correct commit hash for 9.4.4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5159a8df421a..1f605649fa28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electron9
pkgdesc = Build cross platform desktop apps with web technologies
pkgver = 9.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://electronjs.org/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index bc3f11c968c5..229b5576db95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=electron9
pkgver=9.4.4
-_commit=ca82414364002efa665ffa7427e267adf76ed1f3
+_commit=f981f3a7c41767fa5ec13cbc8e2242129db96e7a
_chromiumver=83.0.4103.122
-pkgrel=1
+pkgrel=2
pkgdesc='Build cross platform desktop apps with web technologies'
arch=('x86_64')
url='https://electronjs.org/'