Skip to content

Commit 178f7b1

Browse files
committed
Update PKGBUILD for v0.4.2
1 parent 86b16e8 commit 178f7b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Maintainer: @gsobell
33

44
pkgname=dango
5-
pkgver=0.4.0
5+
pkgver=0.4.2
66
pkgrel=1
77
pkgdesc='A terminal based Go board written in python'
88
arch=('any')
@@ -13,7 +13,7 @@ depends=('python')
1313
optdepends=('gnugo: computer opponent')
1414
source=("$url/archive/refs/tags/v${pkgver}.tar.gz")
1515
noextract=()
16-
sha256sums=('70c0a5eec64ae78712eced23c75ab29ffc748f486c77125c62a473b9511c26a2')
16+
sha256sums=('0856ca9563baee36c922875e62efab3ac3399339e0fad4cc957ebdc11af67f04')
1717

1818
package() {
1919
cd "$srcdir/$pkgname-$pkgver"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python <(curl -s https://raw.githubusercontent.com/gsobell/dango/dan/dango.py)
1919

2020
To download and launch, run the following:
2121
```shell
22-
curl -o https://raw.githubusercontent.com/gsobell/dango/dan/dango.py
22+
curl -O https://raw.githubusercontent.com/gsobell/dango/dan/dango.py
2323
mv dango.py dango && chmod +x dango
2424
./dango
2525
```

0 commit comments

Comments
 (0)