summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnas Elgarhy2023-04-30 17:04:01 +0000
committerAnas Elgarhy2023-04-30 17:04:01 +0000
commitcb120ffc80b6ad6243f2f926c6b01d3860a19351 (patch)
tree411326b0dfe6d1cc601a687cfc983bef1f4f12c3
parentbde27b3f562ac81f7297c0d91ae72d6028fa6638 (diff)
downloadaur-cb120ffc80b6ad6243f2f926c6b01d3860a19351.tar.gz
UpUp Update to 0.3.0 yoo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df8c93074b9a..7a229b153c49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eelu-login
pkgdesc = A command-line tool that allows staff and students to log in to the Egyptian E-Learning University Moodle platform quickly and easily through the command-line interface.
- pkgver = 0.2.1
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/anas-elgarhy/eelu-login
arch = i686
@@ -12,7 +12,7 @@ pkgbase = eelu-login
makedepends = cargo
provides = eelu-login
replaces = eelu-login
- source = eelu-login-0.2.1.tar.gz::https://static.crates.io/crates/eelu-login/eelu-login-0.2.1.crate
- sha256sums = 1725e0ee4543afa77df20ce11216a5b551a5d47878caeef85c55a355ad20865f
+ source = eelu-login-0.3.0.tar.gz::https://static.crates.io/crates/eelu-login/eelu-login-0.3.0.crate
+ sha256sums = f43ef8769232c581b693d5968fcc489e5a1a0c10d9802416bc007088e2f6f50c
pkgname = eelu-login
diff --git a/PKGBUILD b/PKGBUILD
index 177644f2e54d..1c757f2b3db9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anas Elgarhy <anas.elgarhy.dev@gmail.com>
pkgname=eelu-login
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
epoch=
pkgdesc="A command-line tool that allows staff and students to log in to the Egyptian E-Learning University Moodle platform quickly and easily through the command-line interface."
@@ -37,4 +37,4 @@ package() {
cd "$pkgname-$pkgver"
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
}
-sha256sums=('1725e0ee4543afa77df20ce11216a5b551a5d47878caeef85c55a355ad20865f')
+sha256sums=('f43ef8769232c581b693d5968fcc489e5a1a0c10d9802416bc007088e2f6f50c')