summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91e27a469a5f..3967368cc4ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = powder-toy
pkgdesc = Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!
- pkgver = 98.1.364
+ pkgver = 98.2.365
pkgrel = 1
url = https://powdertoy.co.uk/
install = powder-toy.install
@@ -19,7 +19,7 @@ pkgbase = powder-toy
depends = curl
depends = jsoncpp
depends = hicolor-icon-theme
- source = powder-toy-98.1.364.tar.gz::https://github.com/The-Powder-Toy/The-Powder-Toy/archive/refs/tags/v98.1.364.tar.gz
- sha256sums = 56cf0e3de4352a00dc6cd02d2b1d732b249f02d3b56444c07e88411b0d70ed50
+ source = powder-toy-98.2.365.tar.gz::https://github.com/The-Powder-Toy/The-Powder-Toy/archive/refs/tags/v98.2.365.tar.gz
+ sha256sums = 21900b6b022535d0e56126b023538cc4f44b64feceafb5640492618a42a60080
pkgname = powder-toy
diff --git a/PKGBUILD b/PKGBUILD
index e75c6b678d82..4777740c141b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgname=powder-toy
_appexe="${pkgname}"
_appid=uk.co.powdertoy.tpt
_appvendor=powdertoy
-pkgver=98.1.364
+pkgver=98.2.365
pkgrel=1
pkgdesc="Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!"
arch=(x86_64 i686)
@@ -23,7 +23,7 @@ url="https://powdertoy.co.uk/"
license=('GPL3')
install="${pkgname}.install"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/The-Powder-Toy/The-Powder-Toy/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('56cf0e3de4352a00dc6cd02d2b1d732b249f02d3b56444c07e88411b0d70ed50')
+sha256sums=('21900b6b022535d0e56126b023538cc4f44b64feceafb5640492618a42a60080')
build() {
cd "The-Powder-Toy-${pkgver}"