mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 20:51:54 +01:00
updated to 5.3.2
This commit is contained in:
parent
7b3b04d53f
commit
c4b2ee3c28
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 = 5.3.1
|
||||
pkgver = 5.3.2
|
||||
pkgrel = 1
|
||||
url = https://tinkerwell.app
|
||||
arch = x86_64
|
||||
license = custom
|
||||
source = https://download.tinkerwell.app/tinkerwell/Tinkerwell-5.3.1.AppImage
|
||||
sha256sums = 92bcc0be2e19d7b989757cc8ec9c7f1f4cf6a1236f4fdf7b57864526138cf476
|
||||
source = https://download.tinkerwell.app/tinkerwell/Tinkerwell-5.3.2.AppImage
|
||||
sha256sums = cbf32a4b331071eee3345e913973e9731ff21fabfa8929f467118037c1eb6052
|
||||
|
||||
pkgname = tinkerwell
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Amirhossein Banavi <ahbanavi at gmail dot com>
|
||||
|
||||
pkgname=tinkerwell
|
||||
pkgver=5.3.1
|
||||
pkgver=5.3.2
|
||||
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=("92bcc0be2e19d7b989757cc8ec9c7f1f4cf6a1236f4fdf7b57864526138cf476")
|
||||
sha256sums=("cbf32a4b331071eee3345e913973e9731ff21fabfa8929f467118037c1eb6052")
|
||||
|
||||
prepare() {
|
||||
chmod +x ${_appimage_name}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue