summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2abedd690553..2386f2a6f2ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = mpy-cross
pkgdesc = MicroPython cross compiler compiles .py scripts into .mpy files
- pkgver = 1.21.0
+ pkgver = 1.22.0
pkgrel = 1
url = https://github.com/micropython/micropython/tree/master/mpy-cross
arch = any
license = MIT
- source = https://github.com/micropython/micropython/releases/download/v1.21.0/micropython-1.21.0.tar.xz
- sha256sums = abd2152613559d3f44728668346e78be9d93458133a03b700baf222c322fd4d5
+ source = https://github.com/micropython/micropython/releases/download/v1.22.0/micropython-1.22.0.tar.xz
+ sha256sums = a042764f0b6f6d92b267454c5bd5afcb83fc3900119f2583672aac571e661924
pkgname = mpy-cross
diff --git a/PKGBUILD b/PKGBUILD
index fb75c4d61da5..933f10179a9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Ricardo Band <email@ricardo.band>
pkgname=mpy-cross
-pkgver=1.21.0
+pkgver=1.22.0
pkgrel=1
pkgdesc="MicroPython cross compiler compiles .py scripts into .mpy files"
arch=('any')
license=('MIT')
url=https://github.com/micropython/micropython/tree/master/mpy-cross
source=(https://github.com/micropython/micropython/releases/download/v${pkgver}/micropython-${pkgver}.tar.xz)
-sha256sums=('abd2152613559d3f44728668346e78be9d93458133a03b700baf222c322fd4d5')
+sha256sums=('a042764f0b6f6d92b267454c5bd5afcb83fc3900119f2583672aac571e661924')
build() {
cd micropython-${pkgver}/mpy-cross