summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb4a3e13fb85..7bae55532b2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Daniel Milde <daniel@milde.cz>
pkgname=pyston
-pkgver=0.5.1
-pkgrel=3
+pkgver=0.6.0
+pkgrel=1
pkgdesc="An open-source Python implementation using JIT techniques."
arch=('x86_64')
license=('custom')
url="https://github.com/dropbox/pyston"
depends=('ncurses5-compat-libs')
-source=(https://github.com/dropbox/pyston/releases/download/v${pkgver}/pyston-${pkgver}-linux64.tar.gz)
-sha256sums=('4b0d2ad2c19f6393b79adbb9312649d38cb8cb3daf0c8fdf8631465c7761bb79')
+source=(https://github.com/dropbox/pyston/releases/download/v0.6/pyston-${pkgver}-linux64.tar.gz)
+sha256sums=('c31240a66cd3ed566ef88a8818a960d925fbf60ab17db722224794346b827f9f')
package() {
mkdir -p "${pkgdir}/opt/pyston"