summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaruman92022-08-11 10:37:52 +0800
committersaruman92022-08-11 10:37:52 +0800
commitd3f2ccc24d4b1a7c0b3ff35c8fd8819e6984fa62 (patch)
treeb1890f79c29148311aeb2ac594204ac94179fa41
parent9f486447359865673f2d51747485212f751abb0c (diff)
downloadaur-d3f2ccc24d4b1a7c0b3ff35c8fd8819e6984fa62.tar.gz
Update version to 6.2.1113 and source URL (thanks @chinggg)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db0d7635c385..105bc147d400 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = understand-bin
pkgdesc = Static analysis tool for maintaining, measuring & analyzing critical or large code bases.
- pkgver = 6.1.1096
+ pkgver = 6.2.1113
pkgrel = 1
url = https://scitools.com/
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = understand-bin
depends = freetype2
depends = libxcrypt-compat
options = !strip
- source = https://latest.scitools.com/Understand/Understand-6.1.1096-Linux-64bit.tgz
+ source = https://s3.amazonaws.com/builds.scitools.com/all_builds/b1113/Understand/Understand-6.2.1113-Linux-64bit.tgz
source = understand.desktop
source = understand
- sha256sums = c62967879954e83b55171c214a4d3068cfec95b4038789dd22b732d370811951
+ sha256sums = 76347718ed1cf938f99e095a56e84068ffc025a8d3956f57cb3ee4dc4c4aa2fc
sha256sums = 8cb7852252e678b12a7d84b1ccb99bdae9e22f47793787be827cae98076957c9
sha256sums = 85ef433c24bbc0545552592cb342affa720a8f0fbe2dc6a5e488ee5cb054b0e6
diff --git a/PKGBUILD b/PKGBUILD
index fb1f5f8b021a..f45f63739b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=understand
pkgname=$_pkgname-bin
-_pkgbuild=1096
-pkgver=6.1.$_pkgbuild
+_pkgbuild=1113
+pkgver=6.2.$_pkgbuild
pkgrel=1
pkgdesc="Static analysis tool for maintaining, measuring & analyzing critical or large code bases."
arch=('x86_64')
@@ -12,10 +12,10 @@ license=('custom')
depends=('libx11' 'libxau' 'libxcb' 'libxdmcp' 'libxext' 'freetype2' 'libxcrypt-compat')
options=('!strip')
-source=("https://latest.scitools.com/${_pkgname^}/${_pkgname^}-$pkgver-Linux-64bit.tgz"
+source=("https://s3.amazonaws.com/builds.scitools.com/all_builds/b${_pkgbuild}/${_pkgname^}/${_pkgname^}-$pkgver-Linux-64bit.tgz"
"$_pkgname.desktop"
"$_pkgname")
-sha256sums=('c62967879954e83b55171c214a4d3068cfec95b4038789dd22b732d370811951'
+sha256sums=('76347718ed1cf938f99e095a56e84068ffc025a8d3956f57cb3ee4dc4c4aa2fc'
'8cb7852252e678b12a7d84b1ccb99bdae9e22f47793787be827cae98076957c9'
'85ef433c24bbc0545552592cb342affa720a8f0fbe2dc6a5e488ee5cb054b0e6')