summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2022-11-09 20:52:25 +0100
committerGuillaume Meunier2022-11-09 20:52:25 +0100
commit35c9a3abed5d9a10b63d1fbe0a13db9dc425e950 (patch)
tree46f5e32ea0ff692f6440cea76f0081154fb7545a
parenta42c62b7b98dc89be9b1c1ec9c47d0429a4f133f (diff)
downloadaur-35c9a3abed5d9a10b63d1fbe0a13db9dc425e950.tar.gz
Version 3.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98166ec8f4d2..d70768a5340f 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.10.3
+ pkgver = 3.11.0
pkgrel = 1
url = https://skypjack.github.io/entt/
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/skypjack/entt/archive/v3.10.3.tar.gz
- sha256sums = 315918fc678e89a326ce1c13b0e9d3e53882dd9c58a63fef413325917a5c753b
+ source = https://github.com/skypjack/entt/archive/v3.11.0.tar.gz
+ sha256sums = 7cca2bd4d4aeef6c5bdbe06b9e047e7f2519ebaff901207cc81ac71a2bbe185e
pkgname = entt
diff --git a/PKGBUILD b/PKGBUILD
index 777c01436293..77a00570db7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Meunier <guillaume.meunier@centraliens.net>
pkgname=entt
pkgbase=entt
-pkgver=3.10.3
+pkgver=3.11.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=('315918fc678e89a326ce1c13b0e9d3e53882dd9c58a63fef413325917a5c753b')
+sha256sums=('7cca2bd4d4aeef6c5bdbe06b9e047e7f2519ebaff901207cc81ac71a2bbe185e')
noextract=()
validpgpkeys=()