summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2024-04-13 08:50:17 +0200
committerGuillaume Meunier2024-04-13 08:50:17 +0200
commit98cf51e460c150f071c1a8b3ae1e78aa426f67a7 (patch)
tree5cd39a45859b72c36bd3c4bbcade161ac184e45c
parentab7dd45376c0e200a226643ac0beb2b01aaedc0e (diff)
downloadaur-98cf51e460c150f071c1a8b3ae1e78aa426f67a7.tar.gz
Version 3.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5766b8043282..71d08999cc5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = entt
pkgdesc = A header-only, tiny and easy to use entity-component system (and much more) written in modern C++
- pkgver = 3.13.1
+ pkgver = 3.13.2
pkgrel = 1
url = https://skypjack.github.io/entt/
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/skypjack/entt/archive/v3.13.1.tar.gz
- sha256sums = a4f290b601a70333126abd2cec7b0c232c74a4f85dcf1e04d969e8122dae8652
+ source = https://github.com/skypjack/entt/archive/v3.13.2.tar.gz
+ sha256sums = cb556aa543d01177b62de41321759e02d96078948dda72705b3d7fe68af88489
pkgname = entt
diff --git a/PKGBUILD b/PKGBUILD
index 3f3f68458dbe..2a382b647ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Meunier <guillaume.meunier@centraliens.net>
pkgname=entt
pkgbase=entt
-pkgver=3.13.1
+pkgver=3.13.2
pkgrel=1
epoch=
pkgdesc="A header-only, tiny and easy to use entity-component system (and much more) written in modern C++"
@@ -19,7 +19,7 @@ install=
changelog=
source=("https://github.com/skypjack/entt/archive/v$pkgver.tar.gz")
-sha256sums=('a4f290b601a70333126abd2cec7b0c232c74a4f85dcf1e04d969e8122dae8652')
+sha256sums=('cb556aa543d01177b62de41321759e02d96078948dda72705b3d7fe68af88489')
noextract=()
validpgpkeys=()