summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2024-12-19 10:44:12 +0100
committerDaniel Peukert2024-12-19 10:44:12 +0100
commita5e5764a6df5b1cc3383ab487f2e65aec64e927e (patch)
treeb4f714df92effa032428b2f4c9fc105692cbb15a /PKGBUILD
parent2652441939e2462c40a5a2988ef8d2ae49907606 (diff)
downloadaur-a5e5764a6df5b1cc3383ab487f2e65aec64e927e.tar.gz
[flow] Update to 0.257.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd01ec9f7e0a..db16ebf55255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Gordin <9ordin @t gmail>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname='flow'
-pkgver='0.256.0'
+pkgver='0.257.0'
pkgrel='1'
pkgdesc='A static type checker for JavaScript'
# If you're running on aarch64, you have to add it to the arch array of some AUR ocaml dependencies
@@ -15,7 +15,7 @@ depends=('libev')
makedepends=('ocaml>=5.2.0' 'camlp-streams>=5.0.1' 'dune>=3.2.0' 'ocaml-base>=0.16.3' 'ocaml-dtoa>=0.3.2' 'ocaml-fileutils>=0.6.4' 'ocaml-inotify>=2.4.1' 'ocaml-lwt>=5.7.0' 'ocaml-lwt_log>=1.1.1' 'ocaml-ppx_deriving' 'ocaml-ppx_gen_rec' 'ocaml-ppx_expect>=0.17.0' 'ocaml-ppx_let>=0.14.0' 'ocaml-ppxlib>=0.32.1' 'ocaml-visitors' 'ocaml-wtf8')
optdepends=('bash-completion: Tab completion support for bash')
source=("$pkgname-$pkgver.tar.gz::https://github.com/facebook/$pkgname/archive/v$pkgver.tar.gz")
-b2sums=('85bd13b588972df1779747a9817f13be53af02fc82a9cc44a09a2c337661340acbe168e688cc3991819f3aa430a8b3bb3d7bbd1e9db64cdedb2db4099d4242aa')
+b2sums=('482639496db4c289a53bc55f9a3655cabe685c5a85d3e12ed998c5d1060d31f46c97896f879a1828f28779e3384f3688b3a040988510531e9b8c4cceb051e363')
_sourcedirectory="$pkgname-$pkgver"