summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kröning2022-02-14 14:51:09 +0100
committerMartin Kröning2022-02-14 14:51:09 +0100
commitcd420b3554b6a91ac4c911ae90522d2d4ea3b3bb (patch)
treed288fb4be441bc3f8081395d00423f95797189a6
parent181ae86bc3d4bf9b24c19f31e0ff71e011a52ef6 (diff)
downloadaur-edu-sync.tar.gz
Update to 0.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c0cf08a48e6..fadc14f29104 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = edu-sync
pkgdesc = A command line application for synchronizing the contents of Moodle instances to your computer.
- pkgver = 0.1.1
- pkgrel = 2
+ pkgver = 0.1.2
+ pkgrel = 1
url = http://edu-sync.org/
arch = x86_64
license = GPL3
makedepends = cargo
depends = dbus
options = !strip
- source = edu-sync-0.1.1.tar.gz::https://github.com/edu-sync/edu-sync/archive/refs/tags/v0.1.1.tar.gz
- sha256sums = 132e8bf52db144b1fe60c9913c412ac0c3dc0152d1477d1602af62f5671476bd
+ source = edu-sync-0.1.2.tar.gz::https://github.com/edu-sync/edu-sync/archive/refs/tags/v0.1.2.tar.gz
+ sha256sums = 18e19f5ca1874ee26d4dc08422cc4cf70d8bffbb0b8d88b4cf59b9971ba0a5ce
pkgname = edu-sync
diff --git a/PKGBUILD b/PKGBUILD
index 5ca970bd301c..f25f39062edb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martin Kröning (mkroening) <m.kroening@hotmail.de>
pkgname=edu-sync
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.2
+pkgrel=1
pkgdesc="A command line application for synchronizing the contents of Moodle instances to your computer."
arch=('x86_64')
url="http://edu-sync.org/"
@@ -11,7 +11,7 @@ depends=('dbus')
makedepends=('cargo')
options=(!strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('132e8bf52db144b1fe60c9913c412ac0c3dc0152d1477d1602af62f5671476bd')
+sha256sums=('18e19f5ca1874ee26d4dc08422cc4cf70d8bffbb0b8d88b4cf59b9971ba0a5ce')
prepare() {
cd $pkgname-$pkgver