updated to 4.21.1

This commit is contained in:
Amirhossein Banavi 2024-12-07 17:33:52 +03:30
parent e22871cbe6
commit ac290cbce4
No known key found for this signature in database
GPG key ID: 6AB5E828BB2995C1
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
pkgbase = tinkerwell
pkgdesc = The code runner for PHP
pkgver = 4.21.0
pkgver = 4.21.1
pkgrel = 1
url = https://tinkerwell.app
arch = x86_64
license = custom
source = https://download.tinkerwell.app/tinkerwell/Tinkerwell-4.21.0.AppImage
sha256sums = f43fccd58ad491cc97cf1f9c7637de0cc51ffb02b9bc753849c58606e9231f57
source = https://download.tinkerwell.app/tinkerwell/Tinkerwell-4.21.1.AppImage
sha256sums = 1d4adf8befb48458a8be45c4e2f42c99aaf50028aaeaaef486c19e440005a6fc
pkgname = tinkerwell

View file

@ -2,7 +2,7 @@
# Maintainer: Amirhossein Banavi <ahbanavi at gmail dot com>
pkgname=tinkerwell
pkgver=4.21.0
pkgver=4.21.1
pkgrel=1
pkgdesc="The code runner for PHP"
_appimage_name="Tinkerwell-${pkgver}.AppImage"
@ -11,7 +11,7 @@ url="https://tinkerwell.app"
arch=("x86_64")
license=("custom")
source=("https://download.tinkerwell.app/tinkerwell/${_appimage_name}")
sha256sums=("f43fccd58ad491cc97cf1f9c7637de0cc51ffb02b9bc753849c58606e9231f57")
sha256sums=("1d4adf8befb48458a8be45c4e2f42c99aaf50028aaeaaef486c19e440005a6fc")
prepare() {
chmod +x ${_appimage_name}