Skip to content

Commit

Permalink
makepkg/cassandra: fix "curl: (22) The requested URL returned error: …
Browse files Browse the repository at this point in the history
…404"

stderr:
```
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading apache-cassandra-4.0-rc2-bin.tar.gz
    Aborting...
```

Signed-off-by: Zhu Yifei <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
Zhu Yifei authored and rli9 committed Sep 18, 2021
1 parent 1985d00 commit 2d8a99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cassandra/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=apache-cassandra
pkgver=4.0
pkgver_ext="-rc2"
pkgver_ext=".1"
pkgrel=0
pkgdesc="The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance."
arch=('i386' 'x86_64')
Expand Down

0 comments on commit 2d8a99a

Please sign in to comment.