summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLevitatingBusinessMan (Rein Fernhout)2023-12-06 22:51:27 +0100
committerLevitatingBusinessMan (Rein Fernhout)2023-12-06 22:51:27 +0100
commitc7b1606c3ea243b5679a623fbfe092a5d3df2c49 (patch)
tree09a294ea6a95718a81f3fc1d69007880b4e09fee
parent2bbc4a3e5726f2d412938562b11eac70094eca15 (diff)
downloadaur-c7b1606c3ea243b5679a623fbfe092a5d3df2c49.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xupdate.rb2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d03203f20122..ebfc6e5445e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = visual-paradigm-community
pkgdesc = UML design application
- pkgver = 17.1.20231021
+ pkgver = 17.1.20231111
pkgrel = 1
url = http://www.visual-paradigm.com/download/community.jsp
install = visual-paradigm-community.install
@@ -15,7 +15,7 @@ pkgbase = visual-paradigm-community
source = visual-paradigm.png
source = LICENSE.txt
source = x-visual-paradigm.xml
- sha256sums = 2cafbcf53daf89a310c1158f4feb2a730ef2c4825bb2ef5f29a15f680a868ac7
+ sha256sums = 191e170466d21a1f2cf2eaa3324cb3121071cc7ad83df324c4d5f98bcad774b3
sha256sums = 52d244345f2ce8080d2b20c8c75b3ef833dfe9c5d605cac7129013b087bf2806
sha256sums = 5cdc0f50573d805938172c1f35664aa264fc5964fd92daed09b467565a6347b1
sha256sums = 41517b5c2326c0ba2fe3b6647f9594f094ccf03185cf73cb87d6cf19b355ff15
diff --git a/PKGBUILD b/PKGBUILD
index f07e7738f2bd..8de98b1f3c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Simonas Racinas <racinas at icloud.com>
# Contributor: Rein Fernhout <me@levitati.ng>
pkgname=visual-paradigm-community
-pkgver=17.1.20231021
+pkgver=17.1.20231111
pkgverminor=`echo $pkgver| sed 's/\(\.[^.]*\)\..*/\1/'`
pkgrel=1
pkgdesc="UML design application"
@@ -25,7 +25,7 @@ source=("https://www.visual-paradigm.com/downloads/${_server}/vpce/Visual_Paradi
'LICENSE.txt'
'x-visual-paradigm.xml')
-sha256sums=('2cafbcf53daf89a310c1158f4feb2a730ef2c4825bb2ef5f29a15f680a868ac7'
+sha256sums=('191e170466d21a1f2cf2eaa3324cb3121071cc7ad83df324c4d5f98bcad774b3'
'52d244345f2ce8080d2b20c8c75b3ef833dfe9c5d605cac7129013b087bf2806'
'5cdc0f50573d805938172c1f35664aa264fc5964fd92daed09b467565a6347b1'
'41517b5c2326c0ba2fe3b6647f9594f094ccf03185cf73cb87d6cf19b355ff15'
diff --git a/update.rb b/update.rb
index 78b0368bd71e..ba62f3c57d4f 100755
--- a/update.rb
+++ b/update.rb
@@ -44,7 +44,7 @@ HTTParty.get(download_url, stream_body: true) do |frag|
print "[#{('#' * (percentage / 2)).ljust 50, ' '}] #{percentage.round.to_s.rjust 2, '0'}% (#{(length/10**6).round 1}Mb)\r"
end
-puts "The current hash is #{digest.hexdigest.blue}" + " " *20
+puts "The new hash is #{digest.hexdigest.green}" + " " *20
PKGBUILD_FILE = File.open "PKGBUILD", "w"