summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2022-08-05 18:56:30 +0200
committerGuillaume Meunier2022-08-05 18:56:30 +0200
commita42c62b7b98dc89be9b1c1ec9c47d0429a4f133f (patch)
tree097fe4e31d582b0414b74d60f5782f9704e539d1
parent14d34fd3b96f5ab92d47808be98144b4bb09e3dd (diff)
downloadaur-a42c62b7b98dc89be9b1c1ec9c47d0429a4f133f.tar.gz
Version 3.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53821ecc0f4f..98166ec8f4d2 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.1
+ pkgver = 3.10.3
pkgrel = 1
url = https://skypjack.github.io/entt/
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/skypjack/entt/archive/v3.10.1.tar.gz
- sha256sums = f7031545130bfc06f5fe6b2f8c87dcbd4c1254fab86657e2788b70dfeea57965
+ source = https://github.com/skypjack/entt/archive/v3.10.3.tar.gz
+ sha256sums = 315918fc678e89a326ce1c13b0e9d3e53882dd9c58a63fef413325917a5c753b
pkgname = entt
diff --git a/PKGBUILD b/PKGBUILD
index b2dafd13dac5..777c01436293 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Meunier <guillaume.meunier@centraliens.net>
pkgname=entt
pkgbase=entt
-pkgver=3.10.1
+pkgver=3.10.3
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=('f7031545130bfc06f5fe6b2f8c87dcbd4c1254fab86657e2788b70dfeea57965')
+sha256sums=('315918fc678e89a326ce1c13b0e9d3e53882dd9c58a63fef413325917a5c753b')
noextract=()
validpgpkeys=()