summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgenstern2022-10-03 20:54:07 +1300
committerMorgenstern2022-10-03 20:54:07 +1300
commit3a88b3459f82aace581ca5b125aeae273107d6ef (patch)
treef6522d115070650d021270217bcb3f3571d1b739
parentd62d383b5125b6fbb09ecdf41eae0d70fdac62d6 (diff)
downloadaur-3a88b3459f82aace581ca5b125aeae273107d6ef.tar.gz
Update to v5.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7abbb8223c9..37becac8473a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bootstrap
pkgdesc = Front-end framework for web development
- pkgver = 5.2.1
+ pkgver = 5.2.2
pkgrel = 1
url = https://getbootstrap.com/
install = bootstrap.install
arch = any
license = MIT
- source = https://github.com/twbs/bootstrap/releases/download/v5.2.1/bootstrap-5.2.1-dist.zip
+ source = https://github.com/twbs/bootstrap/releases/download/v5.2.2/bootstrap-5.2.2-dist.zip
source = LICENSE
- sha512sums = 534d89e7a14601618653a57eb7d7eaf004e1ddc99125881f8f97ef323d9667000fc2311e78597586a8fbea9a992701a48eeaa690c517fab0ed69227dd3c1e1cf
+ sha512sums = 80f01cb4d706c47b864fb5689f60f5f2fff7d607069c4027844eb33f7c4e3a9cd7c1e41bef864e316b0c2fc1dc9a7dd3c3e8b8d7ad0a5211891d8a95957da9ab
sha512sums = 91e5270a12dbe91894bbbc0024314255ad3a0bb6cc85474d2887068026a0e914199822cfa54d144d531d129b26163bc8cea311c73fad3b83cb914a0971a27a1e
pkgname = bootstrap
diff --git a/PKGBUILD b/PKGBUILD
index 1b792030dd7c..bedaa4608a72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mohammadreza Abdollahzadeh <morealaz [at] gmail [dot] com>
pkgname=bootstrap
-pkgver=5.2.1
+pkgver=5.2.2
pkgrel=1
pkgdesc="Front-end framework for web development"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
install=bootstrap.install
source=("https://github.com/twbs/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-dist.zip"
"LICENSE")
-sha512sums=('534d89e7a14601618653a57eb7d7eaf004e1ddc99125881f8f97ef323d9667000fc2311e78597586a8fbea9a992701a48eeaa690c517fab0ed69227dd3c1e1cf'
+sha512sums=('80f01cb4d706c47b864fb5689f60f5f2fff7d607069c4027844eb33f7c4e3a9cd7c1e41bef864e316b0c2fc1dc9a7dd3c3e8b8d7ad0a5211891d8a95957da9ab'
'91e5270a12dbe91894bbbc0024314255ad3a0bb6cc85474d2887068026a0e914199822cfa54d144d531d129b26163bc8cea311c73fad3b83cb914a0971a27a1e')
package() {