Date: Monday, October 14, 2019 @ 18:14:37 Author: demize Revision: 515831
upgpkg: elixir 1.9.2-1 Modified: elixir/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-14 18:04:02 UTC (rev 515830) +++ PKGBUILD 2019-10-14 18:14:37 UTC (rev 515831) @@ -3,7 +3,7 @@ # Contributor: Gilbert Kennen <gilbert firewatcher org> pkgname=elixir -pkgver=1.9.1 +pkgver=1.9.2 pkgrel=1 pkgdesc="a functional meta-programming aware language built on top of the Erlang VM" url="https://elixir-lang.org" @@ -12,7 +12,7 @@ depends=('erlang-nox') checkdepends=('git') source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz") -sha256sums=('94daa716abbd4493405fb2032514195077ac7bc73dc2999922f13c7d8ea58777') +sha256sums=('02aaa3ffd21f9cf51aceb3aa5a5bc2c1e2636b1611867e44f19693dcf856e25c') build() { cd elixir-"$pkgver"
