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 cf8afab618ca..b9e72e175274 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = oxidizebot-bin
pkgdesc = High performance Twitch bot in Rust
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/udoprog/OxidizeBot
arch = x86_64
license = Apache
- source = https://github.com/udoprog/OxidizeBot/releases/download/1.3.2/oxidize-1.3.2-x86_64-linux.zip
- sha256sums = 1ba7633abfeb65c920515b0765fc4a2eb16a9fc26ee08e130fa1e23ef2fc8018
+ source = https://github.com/udoprog/OxidizeBot/releases/download/1.3.3/oxidize-1.3.3-x86_64-linux.zip
+ sha256sums = e069aa146c1adeefeb8d446ed598d77039c6a18827527443165b4dfb4a4a5818
pkgname = oxidizebot-bin
diff --git a/PKGBUILD b/PKGBUILD
index c3d2969c3c6f..5721ca6143fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Relwi <theofficialdork@hotmail.com>
pkgname=oxidizebot-bin
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc='High performance Twitch bot in Rust'
url='https://github.com/udoprog/OxidizeBot'
source=("https://github.com/udoprog/OxidizeBot/releases/download/$pkgver/oxidize-$pkgver-x86_64-linux.zip")
arch=(x86_64)
license=(Apache)
-sha256sums=('1ba7633abfeb65c920515b0765fc4a2eb16a9fc26ee08e130fa1e23ef2fc8018')
+sha256sums=('e069aa146c1adeefeb8d446ed598d77039c6a18827527443165b4dfb4a4a5818')
package() {
cd "$srcdir"