summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2022-07-30 08:39:48 +0200
committerGuillaume Meunier2022-07-30 08:39:48 +0200
commit14d34fd3b96f5ab92d47808be98144b4bb09e3dd (patch)
tree8e8053d0eb0c6c98c9208f30fa1020fb7e4d3d98
parentdadee145a3da4cb21d0f952965eca8c25d06e581 (diff)
downloadaur-14d34fd3b96f5ab92d47808be98144b4bb09e3dd.tar.gz
Version 3.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 952814e881da..53821ecc0f4f 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.9.0
+ pkgver = 3.10.1
pkgrel = 1
url = https://skypjack.github.io/entt/
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/skypjack/entt/archive/v3.9.0.tar.gz
- sha256sums = 1b06f1f6627c3702486855877bdeab6885f5d821d3dd78862126d4308c627c23
+ source = https://github.com/skypjack/entt/archive/v3.10.1.tar.gz
+ sha256sums = f7031545130bfc06f5fe6b2f8c87dcbd4c1254fab86657e2788b70dfeea57965
pkgname = entt
diff --git a/PKGBUILD b/PKGBUILD
index 3dced42a4a7b..b2dafd13dac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Meunier <guillaume.meunier@centraliens.net>
pkgname=entt
pkgbase=entt
-pkgver=3.9.0
+pkgver=3.10.1
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=('1b06f1f6627c3702486855877bdeab6885f5d821d3dd78862126d4308c627c23')
+sha256sums=('f7031545130bfc06f5fe6b2f8c87dcbd4c1254fab86657e2788b70dfeea57965')
noextract=()
validpgpkeys=()