summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Krzemiński2024-01-15 09:58:32 +0100
committerPiotr Krzemiński2024-01-15 09:58:32 +0100
commitf1390ce962a74a1a81b147d1caac4972e2ed0d1d (patch)
treeb5f20d44db044b5508cad835ce3481700567bdd5 /PKGBUILD
parent52036fc2d7d903a84bca0a8cd2f5b57eff41bbef (diff)
downloadaur-mpy-cross.tar.gz
updated to v1.22.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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