diff options
author | Daniel Peukert | 2024-09-06 22:59:03 +0200 |
---|---|---|
committer | Daniel Peukert | 2024-09-06 22:59:03 +0200 |
commit | feb2b5f44aac86849e890ba0c728d206d2005ce8 (patch) | |
tree | d68b3b2e318bfe81aac2239e60c35c7e86dd9c75 /PKGBUILD | |
parent | 669b0d6e3afb22a4d278d9e7c0e7b69b66009b51 (diff) | |
download | aur-feb2b5f44aac86849e890ba0c728d206d2005ce8.tar.gz |
[flow] Update to 0.245.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # Contributor: Gordin <9ordin @t gmail> # Contributor: Andy Weidenbaum <archbaum@gmail.com> pkgname='flow' -pkgver='0.245.1' +pkgver='0.245.2' 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=('812e6f8a8737fc596d28531881da4ae0bcc93e82d1456b6429d2c9fde61002d10bdaf3b82740136e62b14509fb603d3c56c77c84165c77c2c64eda265a75236d') +b2sums=('b90d273d03dceaf9d4346c379ff127f59eac41ab08749c1ebf6ec63a669031d0d399fa23741e6dd82d6d6386935c35de6c079ee47eeded495b47e1a69b03e995') _sourcedirectory="$pkgname-$pkgver" |