summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2016-07-15 11:34:06 +0200
committerDaniel Milde2016-07-15 11:34:06 +0200
commit69edd74e0777d6088dd20ca24775beafa67d9ce5 (patch)
treed2a87c857a940a2f0787e0321e04b693282b7e82
parentc6a909d13e9dc80b789a9afb05fe4c7521839fb8 (diff)
downloadaur-69edd74e0777d6088dd20ca24775beafa67d9ce5.tar.gz
0.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 514285a1b437..1539b94a57e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pyston
pkgdesc = An open-source Python implementation using JIT techniques.
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/dropbox/pyston
arch = x86_64
license = custom
depends = libtinfo
- source = https://github.com/dropbox/pyston/releases/download/v0.5.0/pyston-0.5.0-linux64.tar.gz
- sha256sums = fad0f02309d6b229ac72c0ff9c2034d2fcf1c31ecf1a5c5f21c502f17e8bfdbf
+ source = https://github.com/dropbox/pyston/releases/download/v0.5.1/pyston-0.5.1-linux64.tar.gz
+ sha256sums = 4b0d2ad2c19f6393b79adbb9312649d38cb8cb3daf0c8fdf8631465c7761bb79
pkgname = pyston
diff --git a/PKGBUILD b/PKGBUILD
index 294ecd8716fc..77ebde88f866 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Daniel Milde <daniel@milde.cz>
pkgname=pyston
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="An open-source Python implementation using JIT techniques."
arch=('x86_64')
license=('custom')
url="https://github.com/dropbox/pyston"
depends=('libtinfo')
-source=(https://github.com/dropbox/pyston/releases/download/v0.5.0/pyston-${pkgver}-linux64.tar.gz)
-sha256sums=('fad0f02309d6b229ac72c0ff9c2034d2fcf1c31ecf1a5c5f21c502f17e8bfdbf')
+source=(https://github.com/dropbox/pyston/releases/download/v${pkgver}/pyston-${pkgver}-linux64.tar.gz)
+sha256sums=('4b0d2ad2c19f6393b79adbb9312649d38cb8cb3daf0c8fdf8631465c7761bb79')
package() {
mkdir -p "${pkgdir}/opt/pyston"