aboutsummaryrefslogtreecommitdiffstats
path: root/community/elixir/APKBUILD
diff options
context:
space:
mode:
authorgmile <iamexile@gmail.com>2018-03-16 15:11:59 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-03-31 16:34:39 +0200
commitdd711ebebaef984e3cb5fd0a17b39a64c45c58eb (patch)
tree0304d96ac319dba722234c797e5d9b96d68a348c /community/elixir/APKBUILD
parentfdb3685140ff9fa22fe776c3b1c4bd25ecb4624c (diff)
downloadaports-dd711ebebaef984e3cb5fd0a17b39a64c45c58eb.tar.bz2
aports-dd711ebebaef984e3cb5fd0a17b39a64c45c58eb.tar.xz
community/elixir: upgrade to 1.6.4
Diffstat (limited to 'community/elixir/APKBUILD')
-rw-r--r--community/elixir/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/elixir/APKBUILD b/community/elixir/APKBUILD
index db9e3f1168..043880f4a6 100644
--- a/community/elixir/APKBUILD
+++ b/community/elixir/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marlus Saraiva <marlus.saraiva@gmail.com>
pkgname=elixir
-pkgver=1.6.3
-pkgrel=1
+pkgver=1.6.4
+pkgrel=0
pkgdesc="Elixir is a dynamic, functional language designed for building scalable and maintainable applications"
url="http://elixir-lang.org"
arch="noarch"
@@ -12,7 +12,6 @@ makedepends="erlang-crypto erlang-syntax-tools erlang-parsetools erlang-eunit er
subpackages="$pkgname-doc"
# TODO: remove disable-iex-tests.patch once elixir 1.7 is released, see https://github.com/elixir-lang/elixir/pull/7350
source="$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz
- bit-comp-works.patch
disable-iex-tests.patch"
builddir="$srcdir/$pkgname-$pkgver"