diff options
author | Seth Hendrick | 2018-11-11 18:41:24 -0500 |
---|---|---|
committer | Seth Hendrick | 2018-11-11 18:41:24 -0500 |
commit | 114f04cc2fbaeab16e7a732196e733c0af1bb416 (patch) | |
tree | 9f423cf8bcc2deb06765608f0203b44b5e649976 /PKGBUILD | |
parent | e66b69309126f3dadca80e0b19ffcc71567f2bed (diff) | |
download | aur-114f04cc2fbaeab16e7a732196e733c0af1bb416.tar.gz |
Release 0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |