summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgenstern2022-11-23 19:13:00 +1300
committerMorgenstern2022-11-23 19:13:00 +1300
commitf133fca390c4af437973f4daa8eea5850454d876 (patch)
tree811b2e4bf1e0bd6bb05d5e24b221f738d9e932aa
parent3a88b3459f82aace581ca5b125aeae273107d6ef (diff)
downloadaur-f133fca390c4af437973f4daa8eea5850454d876.tar.gz
Update to v5.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37becac8473a..5501a3611886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bootstrap
pkgdesc = Front-end framework for web development
- pkgver = 5.2.2
+ pkgver = 5.2.3
pkgrel = 1
url = https://getbootstrap.com/
install = bootstrap.install
arch = any
license = MIT
- source = https://github.com/twbs/bootstrap/releases/download/v5.2.2/bootstrap-5.2.2-dist.zip
+ source = https://github.com/twbs/bootstrap/releases/download/v5.2.3/bootstrap-5.2.3-dist.zip
source = LICENSE
- sha512sums = 80f01cb4d706c47b864fb5689f60f5f2fff7d607069c4027844eb33f7c4e3a9cd7c1e41bef864e316b0c2fc1dc9a7dd3c3e8b8d7ad0a5211891d8a95957da9ab
+ sha512sums = 5e507f0072c723c8c54541b22486a47538b7bbc424ebd9b23168c6eb7efc0134a97be2109aa444cc46d24d7d10ee29284aa71eaad79eeb773c523d6de09b4e7c
sha512sums = 91e5270a12dbe91894bbbc0024314255ad3a0bb6cc85474d2887068026a0e914199822cfa54d144d531d129b26163bc8cea311c73fad3b83cb914a0971a27a1e
pkgname = bootstrap
diff --git a/PKGBUILD b/PKGBUILD
index bedaa4608a72..b55635579061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mohammadreza Abdollahzadeh <morealaz [at] gmail [dot] com>
pkgname=bootstrap
-pkgver=5.2.2
+pkgver=5.2.3
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=('80f01cb4d706c47b864fb5689f60f5f2fff7d607069c4027844eb33f7c4e3a9cd7c1e41bef864e316b0c2fc1dc9a7dd3c3e8b8d7ad0a5211891d8a95957da9ab'
+sha512sums=('5e507f0072c723c8c54541b22486a47538b7bbc424ebd9b23168c6eb7efc0134a97be2109aa444cc46d24d7d10ee29284aa71eaad79eeb773c523d6de09b4e7c'
'91e5270a12dbe91894bbbc0024314255ad3a0bb6cc85474d2887068026a0e914199822cfa54d144d531d129b26163bc8cea311c73fad3b83cb914a0971a27a1e')
package() {