summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Langlois2024-02-07 23:05:50 -0800
committerEric Langlois2024-02-07 23:05:50 -0800
commite0065dc84adaf3ee2fffe65a9c2fe7a53625ed4a (patch)
tree428288f7e886e58ac5585c19b816c617fafdcf5a
parent20247e6263db1fc6d9ef1957c33fdc8689e45442 (diff)
downloadaur-e0065dc84adaf3ee2fffe65a9c2fe7a53625ed4a.tar.gz
upgpkg: mujoco-bin 3.1.2-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 871b4744e334..1e3f04b4c2ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mujoco-bin
pkgdesc = Multi-Joint dynamics with Contact. A general purpose physics simulator.
- pkgver = 3.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://www.mujoco.org
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = mujoco-bin
depends = glfw
provides = mujoco
conflicts = mujoco
- source_x86_64 = https://github.com/deepmind/mujoco/releases/download/3.1.1/mujoco-3.1.1-linux-x86_64.tar.gz
- sha256sums_x86_64 = b1645edca072d979aa871ebf20313f6a1361153ccb637c0330785c574806520d
- source_aarch64 = https://github.com/deepmind/mujoco/releases/download/3.1.1/mujoco-3.1.1-linux-aarch64.tar.gz
- sha256sums_aarch64 = a317cda3f58046f56c28db01d344398f2cc89f5564f53f73b389914fcd16368b
+ source_x86_64 = https://github.com/deepmind/mujoco/releases/download/3.1.2/mujoco-3.1.2-linux-x86_64.tar.gz
+ sha256sums_x86_64 = 4d61b3fb1e03ea4ecf54e1b82e791600f27a11bdd9c9311937e3e3e148993394
+ source_aarch64 = https://github.com/deepmind/mujoco/releases/download/3.1.2/mujoco-3.1.2-linux-aarch64.tar.gz
+ sha256sums_aarch64 = 39c2592b401c07d3493da2470a99ab5bc915a101a19ae41387481f0fb1cb7a33
pkgname = mujoco-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1c475bdfe276..ab02854487cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Eric Langlois <eric@langlois.xyz>
pkgname=mujoco-bin
-pkgver=3.1.1
+pkgver=3.1.2
_pkgname="${pkgname%-bin}"
pkgrel=1
pkgdesc="Multi-Joint dynamics with Contact. A general purpose physics simulator."
@@ -13,8 +13,8 @@ conflicts=('mujoco')
_src_url_prefix="https://github.com/deepmind/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}-linux"
source_x86_64=("${_src_url_prefix}-x86_64.tar.gz")
source_aarch64=("${_src_url_prefix}-aarch64.tar.gz")
-sha256sums_x86_64=('b1645edca072d979aa871ebf20313f6a1361153ccb637c0330785c574806520d')
-sha256sums_aarch64=('a317cda3f58046f56c28db01d344398f2cc89f5564f53f73b389914fcd16368b')
+sha256sums_x86_64=('4d61b3fb1e03ea4ecf54e1b82e791600f27a11bdd9c9311937e3e3e148993394')
+sha256sums_aarch64=('39c2592b401c07d3493da2470a99ab5bc915a101a19ae41387481f0fb1cb7a33')
package() {
cd "${_pkgname}-${pkgver}"