summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=()