summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2024-01-16 16:26:20 +0100
committerGuillaume Meunier2024-01-16 16:26:20 +0100
commit8dbef70c1697f24dbb0ebb0b16165c89e7b5519a (patch)
treeb205a099cb65b62a63f9e4b8367e257179b022c8
parent91f43a944169126bb28a0a9be328afb0c47cbde8 (diff)
downloadaur-8dbef70c1697f24dbb0ebb0b16165c89e7b5519a.tar.gz
Version 3.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf8927c251dd..1e9673354d5c 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.12.2
+ pkgver = 3.13.0
pkgrel = 1
url = https://skypjack.github.io/entt/
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/skypjack/entt/archive/v3.12.2.tar.gz
- sha256sums = 3f3e43988218daecc0530ccaf45e960f7f7416e1fcf2c69799160c18b6a2fee3
+ source = https://github.com/skypjack/entt/archive/v3.13.0.tar.gz
+ sha256sums = dc0ab3ee136a1fe7f92df8898ff215dff1fe4d05d81b60144c7c0468446540a9
pkgname = entt
diff --git a/PKGBUILD b/PKGBUILD
index 2b9f72a0030d..6c88d08c4fb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Meunier <guillaume.meunier@centraliens.net>
pkgname=entt
pkgbase=entt
-pkgver=3.12.2
+pkgver=3.13.0
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=('3f3e43988218daecc0530ccaf45e960f7f7416e1fcf2c69799160c18b6a2fee3')
+sha256sums=('dc0ab3ee136a1fe7f92df8898ff215dff1fe4d05d81b60144c7c0468446540a9')
noextract=()
validpgpkeys=()