summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2023-06-24 17:47:58 +0200
committerGuillaume Meunier2023-06-24 17:47:58 +0200
commit91f43a944169126bb28a0a9be328afb0c47cbde8 (patch)
treeee2358f08d3ce3a3efe6149e14dd050116678dba
parent45a4bee0f0dc2a824058d9f792fd08cfaea798b7 (diff)
downloadaur-91f43a944169126bb28a0a9be328afb0c47cbde8.tar.gz
Version 3.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6939d29994b3..cf8927c251dd 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.11.1
+ pkgver = 3.12.2
pkgrel = 1
url = https://skypjack.github.io/entt/
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/skypjack/entt/archive/v3.11.1.tar.gz
- sha256sums = 0ac010f232d3089200c5e545bcbd6480cf68b705de6930d8ff7cdb0a29f5b47b
+ source = https://github.com/skypjack/entt/archive/v3.12.2.tar.gz
+ sha256sums = 3f3e43988218daecc0530ccaf45e960f7f7416e1fcf2c69799160c18b6a2fee3
pkgname = entt
diff --git a/PKGBUILD b/PKGBUILD
index fd33aaedc2d4..2b9f72a0030d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Meunier <guillaume.meunier@centraliens.net>
pkgname=entt
pkgbase=entt
-pkgver=3.11.1
+pkgver=3.12.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=('0ac010f232d3089200c5e545bcbd6480cf68b705de6930d8ff7cdb0a29f5b47b')
+sha256sums=('3f3e43988218daecc0530ccaf45e960f7f7416e1fcf2c69799160c18b6a2fee3')
noextract=()
validpgpkeys=()