summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2022-11-11 09:53:41 +0800
committerpallxk2022-11-11 09:53:41 +0800
commitda777703443a818afbbe64e57ea49e4ce82866d9 (patch)
tree041a4885b12ccb1023560bba6efcb29ccfb86583
parent72ed345b5878695b385c01f68c071772c69cef60 (diff)
downloadaur-da777703443a818afbbe64e57ea49e4ce82866d9.tar.gz
7.6.0.87
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea2c25e726b4..6591086ca204 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sencha-cmd
pkgdesc = Sencha Cmd provides a collection of powerful, time-saving features that work together and in conjunction with the Sencha Ext JS and Sencha Touch frameworks
- pkgver = 7.5.1.20
- pkgrel = 2
+ pkgver = 7.6.0.87
+ pkgrel = 1
url = https://www.sencha.com/products/extjs/cmd-download/
arch = x86_64
license = custom
@@ -13,9 +13,9 @@ pkgbase = sencha-cmd
conflicts = sencha-cmd-5
conflicts = sencha-cmd-6
options = !strip
- source = https://trials.sencha.com/cmd/7.5.1/no-jre/SenchaCmd-7.5.1.20-linux-amd64.sh.zip
+ source = https://trials.sencha.com/cmd/7.6.0/SenchaCmd-7.6.0.87-linux-amd64.sh.zip
source = LICENSE
- sha512sums = cf93a9fb7ad94f118ea9b106dd6889666cae387aacd0d0d7e07e2cf5904b35d8f4e14f9409b911eef935acb4ebf6815ee21d4b59acd8cecff8df110c7286ef8c
+ sha512sums = faac38cd0ae8fb00aa6b1234aa162886c2b1ffdb83045f6797d675c9dd0e63395f32d2c1f8786e30056079ba792a3cfb074001db2286a31fc5e4749913c89a8c
sha512sums = fda827d9cae0859f37c4b588ae4e1ad3e8e5b6316d23f070691db566291d5a10d17c03934c90d17a9ed9a88a6b80be9e2f4c74fcb25112fe0a3fce3154495915
pkgname = sencha-cmd
diff --git a/PKGBUILD b/PKGBUILD
index ae81cd65ee31..40cc34007743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Inspired by PKGBUILD of AUR package sencha-cmd-6
pkgname=sencha-cmd
-pkgver=7.5.1.20
-pkgrel=2
+pkgver=7.6.0.87
+pkgrel=1
pkgdesc='Sencha Cmd provides a collection of powerful, time-saving features that work together and in conjunction with the Sencha Ext JS and Sencha Touch frameworks'
url='https://www.sencha.com/products/extjs/cmd-download/'
arch=('x86_64')
@@ -11,10 +11,10 @@ license=('custom')
depends=('java-runtime>=8' 'java-runtime<=17' ruby fontconfig)
provides=(sencha-cmd-7)
conflicts=(sencha-cmd-5 sencha-cmd-6)
-source=("https://trials.sencha.com/cmd/${pkgver%.*}/no-jre/SenchaCmd-$pkgver-linux-amd64.sh.zip"
+source=("https://trials.sencha.com/cmd/${pkgver%.*}/SenchaCmd-$pkgver-linux-amd64.sh.zip"
"LICENSE")
sha512sums=(
- 'cf93a9fb7ad94f118ea9b106dd6889666cae387aacd0d0d7e07e2cf5904b35d8f4e14f9409b911eef935acb4ebf6815ee21d4b59acd8cecff8df110c7286ef8c'
+ 'faac38cd0ae8fb00aa6b1234aa162886c2b1ffdb83045f6797d675c9dd0e63395f32d2c1f8786e30056079ba792a3cfb074001db2286a31fc5e4749913c89a8c'
'fda827d9cae0859f37c4b588ae4e1ad3e8e5b6316d23f070691db566291d5a10d17c03934c90d17a9ed9a88a6b80be9e2f4c74fcb25112fe0a3fce3154495915'
)
options=(!strip)