mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
updated to 5.10.0
This commit is contained in:
parent
355ae653f6
commit
44358d9829
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.7.1
|
||||
pkgver = 5.10.0
|
||||
pkgrel = 1
|
||||
url = https://tinkerwell.app
|
||||
arch = x86_64
|
||||
license = custom
|
||||
source = https://download.tinkerwell.app/tinkerwell/Tinkerwell-5.7.1.AppImage
|
||||
sha256sums = a44bb0c50b034ffed95a9156253adc56b2da7a0329e8980e7864ad348d8c16d9
|
||||
source = https://download.tinkerwell.app/tinkerwell/Tinkerwell-5.10.0.AppImage
|
||||
sha256sums = deface95d8174030ca87e95d6b0421401b10b97edcb066a8df25fae294aa9b05
|
||||
|
||||
pkgname = tinkerwell
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Amirhossein Banavi <ahbanavi at gmail dot com>
|
||||
|
||||
pkgname=tinkerwell
|
||||
pkgver=5.7.1
|
||||
pkgver=5.10.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=("a44bb0c50b034ffed95a9156253adc56b2da7a0329e8980e7864ad348d8c16d9")
|
||||
sha256sums=("deface95d8174030ca87e95d6b0421401b10b97edcb066a8df25fae294aa9b05")
|
||||
|
||||
prepare() {
|
||||
chmod +x ${_appimage_name}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue