summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Hendrick2018-11-11 18:41:24 -0500
committerSeth Hendrick2018-11-11 18:41:24 -0500
commit114f04cc2fbaeab16e7a732196e733c0af1bb416 (patch)
tree9f423cf8bcc2deb06765608f0203b44b5e649976
parente66b69309126f3dadca80e0b19ffcc71567f2bed (diff)
downloadaur-114f04cc2fbaeab16e7a732196e733c0af1bb416.tar.gz
Release 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aa988b17da8..f74a928c19d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chaskis
pkgdesc = A generic framework written in C# for making IRC Bots.
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/xforever1313/Chaskis/
arch = any
@@ -8,8 +8,8 @@ pkgbase = chaskis
depends = mono>=5.4.0
provides = chaskis
conflicts = chaskis
- source = https://files.shendrick.net/projects/chaskis/releases/0.8.0/linux/debian/chaskis.deb
- sha256sums = 448130d6e84d43c1752be8be7d23497e11a3ef9458f3986633cceebae0a011d4
+ source = https://files.shendrick.net/projects/chaskis/releases/0.9.0/linux/debian/chaskis.deb
+ sha256sums = dd0c10192d36d4b80534abb080f161af7900d326ca763366a722849d2df4fea6
pkgname = chaskis
diff --git a/PKGBUILD b/PKGBUILD
index cb2b5b883ef7..ad01ca0232e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# user having to install all kinds of weird things that are not in the AUR or in pacman.
pkgname=chaskis
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="A generic framework written in C# for making IRC Bots."
arch=('any')
@@ -17,7 +17,7 @@ depends=('mono>=5.4.0') # https://docs.microsoft.com/en-us/dotnet/standard/net-s
provides=('chaskis')
conflicts=('chaskis')
source=("https://files.shendrick.net/projects/chaskis/releases/$pkgver/linux/debian/chaskis.deb")
-sha256sums=('448130d6e84d43c1752be8be7d23497e11a3ef9458f3986633cceebae0a011d4')
+sha256sums=('dd0c10192d36d4b80534abb080f161af7900d326ca763366a722849d2df4fea6')
validpgpkeys=()
package() {