summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nim-compat/.SRCINFO6
-rw-r--r--nim-compat/PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/nim-compat/.SRCINFO b/nim-compat/.SRCINFO
index f54783b..a4db7f0 100644
--- a/nim-compat/.SRCINFO
+++ b/nim-compat/.SRCINFO
@@ -18,11 +18,11 @@ pkgbase = nim
backup = etc/nim/nimdoc.cfg
backup = etc/nim/nimdoc.tex.cfg
backup = etc/nim/rename.rules.cfg
- source = https://github.com/nim-lang/Nim/archive/v2.2.2/nim-2.2.2.tar.gz
+ source = https://github.com/nim-lang/Nim/archive/v2.2.4/nim-2.2.4.tar.gz
source = git+https://github.com/nim-lang/csources_v2.git#commit=86742fb02c6606ab01a532a0085784effb2e753e
- sha256sums = 4b70f050fcb64b7cd6e4acc295c6a16feab6f6380127cbee49b02a0cc2c6ce1f
+ sha256sums = f19df9192f7c9efd638f8bbf630cc184cc9950613235c7a23d99593269b1e2de
sha256sums = 130a6d21808f43da421057385a5a8fd0a6ebd0d211211d3edd645eefd4fc7087
- b2sums = 01c193eb0153cef7408c12bd3c3a8167fc1ae5a06b263593574de0185fdc822c5a9a903cd7daab5d01cd07a9919b80cef0554d9767f51eb35b3a330184da153d
+ b2sums = 05ca6b4ea2e78a3b7ce34e82a3e57d689430b7043883e979f6c08137126ee2a0174af5774418e94a937fb40defb2c637bf1a8642d73029982dde58255d03273f
b2sums = 2325bebb91b56f9373df83366efb308994fececc0f73acb2ad7b0822fc549d101026a5c1bf7c5ff7fd534e57f9e956f167bbfe00223fe3db0b487175cf0ca369
pkgname = nim
diff --git a/nim-compat/PKGBUILD b/nim-compat/PKGBUILD
index 9b30274..a0a678f 100644
--- a/nim-compat/PKGBUILD
+++ b/nim-compat/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=nim
_pkgname=Nim
pkgver=2.0.8
-_pkgver=2.2.2
+_pkgver=2.2.4
_csourcesver=86742fb02c6606ab01a532a0085784effb2e753e
pkgrel=1
pkgdesc='Imperative, multi-paradigm, compiled programming language'
@@ -35,9 +35,9 @@ backup=(
)
source=(https://github.com/nim-lang/Nim/archive/v${_pkgver}/${pkgname}-${_pkgver}.tar.gz
"git+https://github.com/nim-lang/csources_v2.git#commit=${_csourcesver}")
-sha256sums=('4b70f050fcb64b7cd6e4acc295c6a16feab6f6380127cbee49b02a0cc2c6ce1f'
+sha256sums=('f19df9192f7c9efd638f8bbf630cc184cc9950613235c7a23d99593269b1e2de'
'130a6d21808f43da421057385a5a8fd0a6ebd0d211211d3edd645eefd4fc7087')
-b2sums=('01c193eb0153cef7408c12bd3c3a8167fc1ae5a06b263593574de0185fdc822c5a9a903cd7daab5d01cd07a9919b80cef0554d9767f51eb35b3a330184da153d'
+b2sums=('05ca6b4ea2e78a3b7ce34e82a3e57d689430b7043883e979f6c08137126ee2a0174af5774418e94a937fb40defb2c637bf1a8642d73029982dde58255d03273f'
'2325bebb91b56f9373df83366efb308994fececc0f73acb2ad7b0822fc549d101026a5c1bf7c5ff7fd534e57f9e956f167bbfe00223fe3db0b487175cf0ca369')
prepare() {