mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
updated to 4.22.0
This commit is contained in:
parent
44aa64063e
commit
1a9ff0e78c
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = tinkerwell
|
||||
pkgdesc = The code runner for PHP
|
||||
pkgver = 4.21.5
|
||||
pkgver = 4.22.0
|
||||
pkgrel = 1
|
||||
url = https://tinkerwell.app
|
||||
arch = x86_64
|
||||
license = custom
|
||||
source = https://download.tinkerwell.app/tinkerwell/Tinkerwell-4.21.5.AppImage
|
||||
sha256sums = f98f0967fe4581aa3e21f70f1a8ba26e0530b9d82d86f868ac5f81c17a54209b
|
||||
source = https://download.tinkerwell.app/tinkerwell/Tinkerwell-4.22.0.AppImage
|
||||
sha256sums = a9e6eec698245fa168d3e5130217de8087a86cb562870a384819269404c6e16a
|
||||
|
||||
pkgname = tinkerwell
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Amirhossein Banavi <ahbanavi at gmail dot com>
|
||||
|
||||
pkgname=tinkerwell
|
||||
pkgver=4.21.5
|
||||
pkgver=4.22.0
|
||||
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=("8af6243a96c84dda9641b5ac0c8ffdc6df0868e7d54c9c182dfd6e467fa97cc5")
|
||||
sha256sums=("a9e6eec698245fa168d3e5130217de8087a86cb562870a384819269404c6e16a")
|
||||
|
||||
prepare() {
|
||||
chmod +x ${_appimage_name}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue